@charset "utf-8";
/*============
Base※触らない※
==============*/
body{
max-width:100%;
background:#fff;
color:#333;
font-size:14px;
line-height:1.7em;
letter-spacing:0.8px;
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
a{
color:#2580bd;
text-decoration:none;
}
a:hover{
color:#0d5b90;
}
a img:hover{
-ms-filter:"alpha(opacity=70)";
filter:alpha(opacity=70);
opacity:0.70;
}
img{
max-width:100%;
}

.text-center{
text-align:center !important;
}
.text-right{
text-align:right;
}
.clearfix{
display:block;
content:'';
clear:both;
}
.keycolor01{
color:#a63737;
}
.mt10{
margin-top:1.0rem !important;
}
.mb10{
margin-bottom:1.0rem !important;
}
.mt30{
margin-top:3.0rem !important;
}
.mb30{
margin-bottom:3.0rem !important;
}
.addbold{
font-weight:bold;
}
.fs07{
font-size:0.7rem;
}
/*============
ClearFix
==============*/
.clear:after,.inr:after,ul:after,ol:after,section:after,#sec4 ol div:after,#app .price:after
{content:"."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}
.clear,.inr,ul,ol,section,#sec4 ol div,#app .price{zoom:1;}


/*============
Header
==============*/
#header{
width: 100%;
padding: 4.0rem 0;
background: url(img/mv.jpg) no-repeat #a63737 center bottom / cover;
color: #000000;
text-align: center;
font-size: 2.0rem;
border-top: 5px solid #a63737;
}
#header h1{
	margin:2.0rem 0;
	background: rgba(255,255,255,0.75);
	line-height: initial;
	padding: 1.0rem 0 2.0rem;
}
#header h1 img{
width:500px;
}
#header .btn{
display: inline-block;
width:auto;
text-align: center;
text-decoration: none;
line-height: 1;
outline: none;
padding: 1.0rem 3.0rem;
box-sizing:border-box;
-webkit-transition:all .3s;
transition:all .3s;
color:#ffffff;
}
#header .btn i{
padding:0 0 0 0.5rem;
vertical-align:middle;
}
#header .btn::before,
#header .btn::after{
position:absolute;
z-index:-1;
display:block;
content:'';
}

#header .btn{
background-color:#a63737;
}
#header .btn:hover{
background-color:#ffffff;
color:#a63737;
}

/*Tablet
--------------*/
@media screen and (max-width:730px){
#header h1,
#header ul{
float:none;
padding: 1rem;
}
}

/*============
footer
==============*/
footer{
padding:1.0rem 1.0rem;
background:#a63737;
color:#fff;
text-align:center
}
#pagetop{
position:fixed;
bottom:20px;
right:20px;
display:inline-block;
width:60px;
height:60px;
line-height:60px;
background:#cccccc;
color:#333333;
border-radius:50%;
text-align:center;
opacity:0.7;
}
#pagetop span{
display:block;
font-size:1.8rem;
color:#333333;
}
#pagetop:hover{
opacity:1.0;
}
/*============
section
==============*/
section{
font-size:1.2rem;
line-height:1.4rem;
}
section .inr{
width:100%;
max-width:1000px;
margin:0 auto;
padding:1.0rem 1.0rem;
}
section h2{
margin:4.0rem 0 2.0rem;
padding:1.5rem 0;
background:-moz-linear-gradient(top,#ff935f,#a63737);
background:-webkit-linear-gradient(top,#ff935f,#a63737);
background:linear-gradient(to bottom,#ff935f,#a63737);
color:#fff;
font-size:1.4rem;
font-weight:bold;
text-align:center;
}
section h3{
margin:4.0rem 0 2.0rem;
font-size:1.8rem;
font-weight:bold;
text-align:center;
color:red;
line-height:1.6;
}
.h4title{
margin: 6.0rem 0 2.0rem;
font-size: 1.8rem;
font-weight: bold;
color: #a63737;
line-height: 1.6;
border-left:5px solid #a63737;
padding:0 0 0 0.5rem;
}


section table{
width:100%;
}
section th,section td{
padding:10px 0;
border-bottom:solid 1px #cccccc;
}
section tr:last-child th,
section tr:last-child td{
padding:10px 0 0;
border:none;
}
section th{
width:240px;
padding:0 1.0rem 0 0;
font-weight:bold;
text-align:left;
}
section .red{
color:red;
}
section .small{
font-size:.8em;
}
section hr{
height:0px;
margin:50px 0;
border:0;
background:#3875a8;
}
section .summary{
padding: 2.0rem;
border-radius: 0;
background: #fafafa;
border: solid 2px #a63737;
margin: 2.0rem 0 0;
}
section .pr{
margin:2.0rem 0;
}
section .pr li{
position: relative;
float:left;
color:#FFF;
width:46%;
height:auto;
margin:0 2% 4%;
vertical-align:middle;
overflow:hidden;
background-image:-webkit-linear-gradient(45deg, #70b0ff 0%, #9194fd 100%);    
background-image: linear-gradient(45deg, #70b0ff 0%, #9194fd 100%);
transition:.4s;
font-weight:bold;
background: #a63737;
border-radius:1rem;
}
section .pr::after{
content:'';
display:block;
clear:both;
}
section .pr li span{
display: block;
width: 100%;
padding: 1.0rem 1.0rem;
font-size: 1.4rem;
}
section .pr li span i{
margin-right:0.5rem;
}


section figcaption{
text-align:left;
font-size:1.4rem;
margin:0 0 1.0rem;
}

section .note{
margin:2.5rem 0 0;
}
section .note dt{
display: inline-block;
margin: 0.5rem 0 1.0rem;
padding: 0 0.5rem 0.5rem;
color: #000000;
font-size: 1.4rem;
border-bottom: 1px solid #cccccc;
font-weight: bold;
}


#sec1 h2{
margin:1.5rem 0 4.0rem;
}
#sec1 .pick{
display:inline-block;
margin:0.5rem 0 1.0rem;
padding:0 0.5rem 0.5rem;
color:#000000;
font-size:1.4rem;
border-bottom:1px solid #cccccc;
font-weight: bold;
}

#sec2 h5{
margin:40px 0;
font-size:1.5em;
font-weight:bold;
color:red;
}
#sec2 h5 span{
display: inline-block;
margin: 0 0 1.0rem;
padding: 0.5rem 1.0rem;
background: #ff3434;
font-size: 1.0rem;
border-radius: 0;
color: #ffffff;
}
#sec2 th{
width:30%;
}
#sec2 .pick{
display: inline-block;
margin: 0.5rem 0 1.0rem;
padding: 0 0.5rem 0.5rem;
color: #000000;
font-size: 1.4rem;
border-bottom: 1px solid #cccccc;
font-weight: bold;
}
#sec3 .pick{
display:inline-block;
margin:5px 0;
padding:5px 10px;
background:#3c7db1;
color:#fff;
text-shadow:3px 3px 3px #333;
font-size:1.2em;
}
#sec4 ol li{
position:relative;
margin:0 0 6.0rem;
border:solid 3px #a63737;
}
#sec4 ol li:after{
position:absolute;
bottom:-35px;
left:50%;
content:"▼";
display:block;
margin: 0 0 0 -35px;
text-align:center;
font-size:3.5em;
color:#a63737;
transform:scale(3,1);
}
#sec4 ol h4{
padding:1.0rem 0;
background:#a63737;
text-align:center;
color:#fff;
font-size:1.6rem;
}
#sec4 ol .memo{
padding:10px 0;
background:#cccccc;
text-align:center;
color:#000000;
}
#sec4 ol div{
padding:2.0rem;
}
#sec4 ol div p{
float:left;
width:70%;
}
#sec4 ol div figure{
float:right;
width:28%;
}

figure img{
margin:0 auto;
}

#support dl{
margin:40px 0 0;
border:solid 3px #aaaaaa;
}
#support dt{
padding:1.0rem 0;
background:#aaaaaa;
text-align:center;
color:#fff;
font-size:1.6rem;
}
#support .memo{
width:100%;
padding:10px 0;
background:red;
color:#fff;
text-align:center;
}
#support dd p{
padding:20px;
}
#sec5 .pick{
display:inline-block;
margin:5px 0;
padding:5px 10px;
background:#3c7db1;
color:#fff;
text-shadow:3px 3px 3px #333;
font-size:1.2em;
}
#receive{
margin:30px 0 30px;
}

#receive ol{
list-style:decimal;
padding: 0 0 0 1.5rem;
}
#receive #spec{
margin:3.0rem 0;
}
.btn_doc{
display: block;
max-width: 300px;
margin: 3.0rem auto;
padding: 15px;
border: solid 2px #a63737;
text-align: center;
font-weight: bold;
color: #a63737;
width: 100%;
}
.btn_doc:hover{
background:#a63737;
color:#ffffff;
}
.btn_doc i{
padding:0 0 5px 5px;
font-size:20px;
vertical-align:middle;
}
#policy{
margin:2.0rem auto;
padding:2.0rem;
background:#ffffff;
border:solid 1px #a63737;
}
#policy dt{
margin:0 0 15px;
font-weight:bold;
}
#policy dd:not(:last-child){
margin:0 0 30px;
}

#kiyaku{
overflow: hidden;
margin: 2rem auto;
padding: 2rem;
background: #ffffff;
border: solid 1px #a63737;
max-height: 400px;
overflow-y: auto;
font-size: 0.9rem;
}


#doc table{
margin:4.0rem 0 0;
}
#doc th,#doc td{
padding:1.0rem;
border:solid 1px #cccccc;
}
#doc th{
background:#eeeeee;
text-align:left;
vertical-align:middle;
}
#doc #policy{
margin:50px 0 100px;
}

#doc table caption{
font-size:1.4rem;
position:relative;
margin:0 0 40px 0;
text-align:center;
font-weight:bold;
}
#doc table caption:before{
content:'';
position:absolute;
bottom:-15px;
display:block;
width:60px;
height:5px;
left:50%;
-moz-transform:translateX(-50%);
-webkit-transform:translateX(-50%);
-ms-transform:translateX(-50%);
transform:translateX(-50%);
background:#a63737;
border-radius:2px;
}
#app{
padding:0 0 5.0rem;
background:#f5fffc;
}
#app h3 img{
width:500px;
}
#app .price dl{
display:table;
margin:0;
border:solid 1px #cccccc;
border-top:none;
width: 100%;
}
#app .price dl:first-child{
border-top:solid 1px #cccccc;
}

#app .price dt,
#app .price dd{
display:table-cell;
vertical-align:middle;

}
#app .price dt{
width:10%;
margin:0;
padding:0.5rem;
background:#a63737;
color:#ffffff;
text-align:center;
}
#app .price dd:first-of-type{
width: 30%;
font-size: 2.4rem;
color: red;
font-weight: bold;
font-style: italic;
text-indent: 2.0rem;
background:#ffffff;
}
#app .price dd:nth-of-type(2){
padding: 1.0rem;
width: 60%;
background:#ffffff;
border-left:1px dashed #eeeeee;
}
#app .price dd span{
font-size:.7em;
color:#000;
font-weight:normal;
}
#app .price .btn{
clear:both;
display:block;
width:400px;
margin:2.0rem auto;
padding:1.2rem 1.5rem;
border-radius:0;
text-decoration:none;
color:#FFF;
background-image:-webkit-linear-gradient(45deg, #ff0707 0%, #ff935f 100%);
background-image:linear-gradient(45deg, #ff0707 0%, #ff935f 100%);
transition:.4s;
text-align:center;
font-size:1.8rem;
}
#app .btn:hover{
background-image:-webkit-linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
background-image:linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
.btn_affiliate{
display:block;
margin:50px auto;
padding:15px;
border:solid 2px #3876a8;
text-align:center;
font-weight:bold;
}
.btn_affiliate:hover{
border-style:dashed;
}
.btn_affiliate i{
padding:0 0 5px 5px;
font-size:20px;
vertical-align:middle;
}


.leftblock{
width:48%;
float:left;
margin-right:4%;
}
.rightblock{
width:48%;
float:left;
}
.typepc{
display:block;
}
.typesp{
display:none;
}

.buybtn{
clear: both;
display: block;
width: 400px;
margin: 2.0rem auto;
padding: 1.2rem 1.5rem;
border-radius: 0;
text-decoration: none;
color: #FFF;
background-image: -webkit-linear-gradient(45deg, #ff0707 0%, #ff935f 100%);
background-image: linear-gradient(45deg, #ff0707 0%, #ff935f 100%);
transition: .4s;
text-align: center;
font-size: 1.8rem;
cursor:pointer;
border:none;
}

.buybtn:hover{
opacity:0.7;
}

.se1{
padding:1.0rem;
border: 1px solid #cccccc;
}
.input1{
padding:1.0rem;
border: 1px solid #cccccc;
}
.input1.kosuu2 {
   width:300px;
   display:inline-block;
   margin:0 2% 0 0;
}
.input1.kosuu1 {
width:500px;
}


.w640{
max-width:640px !important;
}
.backbtn{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-appearance: none;
display: inline-block!important;
width: auto!important;
margin: 0 auto!important;
padding: 1.0rem!important;
text-decoration: none!important;
color: #000000!important;
transition: .4s!important;
text-align: center!important;
font-size: 1.2rem!important;
background:#eeeeee!important;
border:1px solid #cccccc !important;
cursor:pointer!important;
border:none!important;
border-radius:0 !important;
}
.backbtn:hover{
opacity:0.7;
}
.btn02area{
max-width:640px;
margin:0 auto;
}
.btn02{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-appearance: none;
width:46% !important;
text-align:center !important;
margin:0 1% !important;
padding:1.0rem !important;
font-size:1.2rem !important;
display:inline-block !important;
vertical-align:middle !important;
background:#eeeeee !important;
border:1px solid #cccccc !important;
cursor:pointer !important;
border-radius:0 !important;
}
.btn02.go{
background:#a63737 !important;;
border:1px solid #a63737 !important;;
color:#ffffff !important;;
}
.btn02:hover{
opacity:0.7;
}
/*----------------------------------
  レスポンシブ
---------------------------------- */
@media screen and (max-width: 896px){
body{
max-width:100%;
background:#fff;
color:#333;
font-size:13px;
line-height:1.4;
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.typepc{
display:none;
}
.typesp{
display:block;
}
#header {
width: 100%;
padding: 2.0rem 0;
background: url(img/mv.jpg) no-repeat #a63737 center bottom / cover;
color: #000000;
text-align: center;
font-size: 1.4rem;
}
section{
font-size:1.0rem;
line-height:1.4;
}
section .inr {
width: 100%;
max-width: 896px;
margin: 0 auto;
padding: 1.0rem 5%;
}
section .pr li span {
display: block;
width: 100%;
padding: 1.0rem 0.5rem;
font-size: 1.1rem;
}
#sec1 h2{
margin:0 0 1.0rem;
}
section h3 {
margin: 0 auto 2.0rem;
font-size: 1.2rem;
font-weight: bold;
color: red;
text-align:left;
line-height: 1.6;
}
.h4title {
margin: 2.0rem 0 1.0rem;
font-size: 1.4rem;
font-weight: bold;
color: #a63737;
line-height: 1.6;
border-left: 5px solid #a63737;
padding: 0 0 0 0.5rem;
}
#sec1 .pick {
display: block;
margin: 0.5rem 0 0;
padding: 0 0.5rem 0.5rem;
color: #000000;
font-size: 1.0rem;
border-bottom: 1px solid #cccccc;
font-weight: bold;
}
section .summary {
padding: 1.0rem;
border-radius: 0;
background: #fafafa;
border: solid 1px #a63737;
margin: 2.0rem 0 0;
font-size:0.8rem;
}
#sec2 th,
section th{
width:100%;
display:inline-block;
padding: 0;
}
section td{
width:100%;
display:inline-block;
}
section th{
border-bottom: none;
}
section td {
padding: 0.5rem 0;
border-bottom: solid 1px #cccccc;
margin-bottom:1.0rem;
}
section tr:last-child th{
padding: 0;
border: none;
}
section tr:last-child td {
padding: 0.5rem 0;
border-bottom: solid 1px #cccccc;
}

.leftblock {
width: 100%;
float: none;
margin:0 auto 2.0rem;
}
.rightblock {
width: 100%;
float: none;
margin:0 auto 4.0rem;
}
section figcaption {
text-align: left;
font-size: 1.2rem;
margin: 0 0 0.5rem;
}
#sec2 h5 {
margin: 4.0rem 0 1.0rem;
font-size: 1.3em;
font-weight: bold;
color: red;
}
#sec2 .pick {
display: block;
margin: 0.5rem 0 0;
padding: 0 0.5rem 0.5rem;
color: #000000;
font-size: 1.0rem;
border-bottom: 1px solid #cccccc;
font-weight: bold;
}

section .note dt {
display: block;
margin: 0.5rem 0 1.0remrem;
padding: 0 0.5rem 0.5rem;
color: #000000;
font-size: 1.0rem;
border-bottom: 1px solid #cccccc;
font-weight: bold;
}
#sec4 ol div {
padding: 1.0rem;
}
#sec4 ol div img{
display:none;
}
#sec4 ol div p {
float: none;
width: 100%;
}
#sec4 ol li:after {
position: absolute;
bottom: -60px;
left: 50%;
content: "▼";
display: block;
margin: 0 0 0 -35px;
text-align: center;
font-size: 3.5em;
color: #a63737;
transform: scale(3,1);
border-radius: 0;
}
#sec4 ol h4 {
padding: 0.5rem 0;
background: #a63737;
text-align: center;
color: #fff;
font-size: 1.2rem;
}
#support dl {
margin: 0;
border: solid 3px #aaaaaa;
}
#support dt {
padding: 0.5rem 0;
background: #aaaaaa;
text-align: center;
color: #fff;
font-size: 1.2rem;
}
section .pr li{
width: 100%;
margin:0 auto 1.0rem;
}
#app .price .btn{
width:100%;
font-size:1.4rem;
}

#app .price dt, #app .price dd {
display:inline-block;
}
#app .price dt{
width:100%;
display:inline-block;
}
#app .price dd:first-of-type {
width: 100%;
display:inline-block;
font-size: 2.4rem;
color: red;
font-weight: bold;
font-style: italic;
text-align:center;
text-indent: 0;
}
#app .price dd:nth-of-type(2) {
padding:0.8rem;
width: 100%;
display:inline-block;
}
#policy {
margin: 2.0rem auto 0;
padding: 1.0rem;
background: #ffffff;
border: solid 1px #a63737;
font-size:0.8rem;
}
#kiyaku{
overflow: hidden;
margin: 2rem auto;
padding: 1rem;
background: #ffffff;
border: solid 1px #a63737;
max-height: 300px;
overflow-y: auto;
font-size: 0.8rem;
}

#app {
    padding: 0 0 2.5rem;
    background: #f5fffc;
}
#pagetop {
    position: fixed;
    bottom: 1.0rem;
    right: 1.0rem;
    display: inline-block;
    width: 3.0rem;
    height: 3.0rem;
    line-height: 3.0rem;
    background: #cccccc;
    color: #333333;
    border-radius: 50%;
    text-align: center;
    opacity: 0.7;
}
#doc table {
    margin: 0 auto 2.0rem;
}
#doc th, #doc td {
    padding: 1.0rem;
    border: solid 1px #cccccc;
	margin-bottom:0;
	font-size:0.8rem;
}
#doc table caption {
    font-size: 1.0rem;
    position: relative;
    margin: 0 0 3.0rem 0;
    text-align: center;
    font-weight: bold;
}
#doc #policy {
    margin: 3.0rem 0;
}
#searancount{
width:100%;
margin:0 !important;
}
.input1.kosuu2 {
   width:46%;
   display:inline-block;
   margin:0 2% 0 0;
}
.input1.kosuu1 {
width:100%;
}
.buybtn {
clear: both;
display: block;
width: 100%;
margin: 2.0rem auto;
padding: 1.0rem;
border-radius: 0;
text-decoration: none;
color: #FFF;
background-image: -webkit-linear-gradient(45deg, #ff0707 0%, #ff935f 100%);
background-image: linear-gradient(45deg, #ff0707 0%, #ff935f 100%);
transition: .4s;
text-align: center;
font-size: 1.4rem;
cursor: pointer;
border: none;
}

.formtable th,.formtable td{
width:33% !important;
padding: 1.0rem;
margin-bottom: 0;
font-size: 0.7rem !important;
display:table-cell;
vertical-align: middle;
}


.se1{
width:100%;
padding: 1.0rem 0.5rem;
}
.backbtn {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 1.0rem;
    border-radius: 0;
    text-decoration: none;
    color: #000000;
    transition: .4s;
    text-align: center;
    font-size: 1.0rem;
    background: #eeeeee;
    border: 1px solid #cccccc !important;
    cursor: pointer;
    border: none;
}
}


/*---------------------
	ここから追加
--------------------- */
.feature-title{
	margin-bottom:4rem;
	text-align:center;
	width:100%;
	font-size:2.6rem;
	line-height:initial;
	position:relative;
}
.feature-title::before{
	content: '';
	position: absolute;
	bottom: -1.4rem;
	display: block;
	width: 60px;
	height: 5px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #a63737;
	border-radius: 2px;
}


.float50-box{
	margin:0 auto 1.0rem;
	width:100%;
	border:1px solid #cccccc;
	padding:1rem;
	font-size:0.8rem;
	background: #fff6f2;
}
.clear{
	clear:both;
}
.floatbox-title{
	font-size:1.6rem;
	margin-bottom:0.5rem;
	font-weight:bold;
}
.floatbox-title i{
	color:#ed8078;
}
.heading2{
	position:relative;
	padding:0 0.5rem;
	border-bottom:2px solid #ffbfbf;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 2.0;
	margin: 0 auto 0.75rem;
}
.heading2 i{
	color:#ed8078;
	margin:0 0.5rem 0 0;
}


.float33-box{
	width: 100%;
	padding: 1rem;
	border: 1px solid #ed8078;
	margin: 0 auto 2rem;
	background: rgba(255,255,255,0.8);
	line-height: initial;
}
#sec1{
	background:#fff6f2;
	margin: 4rem 0 0;
	padding: 3rem 0;
}
.sec1_title{
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	margin:0 auto 4.0rem;
	position:relative;
	line-height: initial;
}
.sec1_title::after{
	font-family: "Font Awesome 5 Free";
	content: "\f13a";
	position: absolute;
	font-size: 2.0rem;
	left:50%;
	bottom:-3.5rem;
	color: #ed8078;
	font-weight: 900;
	transform: translate(0,-50%);
}

#sec4 h2,#doc h2{
	margin-top:0 !important;
}
#app{
	background:#fff6f2;
}
.header_sub_text{
	text-align:center;
	font-size:1.2rem;
	font-weight: bold;
}
.spec_text{
	font-weight:bold;
	font-size:1.4rem;
	text-align:center;
	margin:0 auto 1.0rem;
}
.faq_title{
	font-size:1.4rem;
	font-weight:bold;
	margin:0 auto 0.5rem;
}
.faq_answer{
	margin:0 auto 2.0rem;
	padding:1.0rem;
	border-bottom:1px solid #cccccc;
	background:#ffffff;
	line-height:initial;
}
#lead,#feature{
	padding:3.0rem 0;
}
.top_main_notes{
	width:100%;
	max-width:760px;
	line-height:1.6;
	margin:0 auto 2.0rem;
}
.notes_add{
	font-weight:bold;
	color:#a63737;
	font-size:1.4rem;
}

@media screen and (max-width: 730px){
	.float50-box{
		margin:0 auto;
		float:none;
		width:100%;
		margin-bottom:1rem;
		border:1px solid #cccccc;
		padding:1rem;
		height:auto;
		font-size:0.8rem;
	}
	.feature-title {
		font-size: 2.0rem;
	}
	.floatbox-title {
		font-size: 1.2rem;
	}
	#lead,#feature{
		padding:3.0rem 0 0;
	}
	.sec1_title {
		font-size: 1.6rem;
	}
	.heading2 {
		line-height:1.2;
		padding-bottom:0.5rem;
	}
	#sec4 h3{
		text-align:center;
	}
	.faq_title{
		font-size:1.2rem;
	}
	.spectable th,.spectable td{
		width:30%;
		display:inline-block;
		border-bottom:none;
		padding: 0.5rem 0;
		vertical-align: middle;
	}
	.spectable td{
		width:70%;
		display:inline-block;
		border-bottom:none !important;
		margin:0;
	}
	.spectable tr{
		border-bottom:1px solid #cccccc;
		margin:0 auto 0.5rem;
	}
}

</style>
