@charset "utf-8";
/* CSS Document */
.spNone {display: block!important;}
.pcNone { display: none!important;}
/* Reset
----------------------------------------------------*/
/* フォント読み込み */
/*html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}*/
html, body {
	margin: 0;
	color: #333333;
	font-size: 14px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
	color: #333333;
    font-family: "noto-sans-cjk-jp", sans-serif;
	font-size: 14px;
    font-weight: 400;
    text-decoration: none; 
}
:hover {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#headerbox {
    width: 100%;
    height: 80px;
    padding: 10px 25px;
    display: flex;
	align-items: center;
    justify-content: space-between;
	background: #FFFFFF;
	position: fixed;
	top: 0;  
	z-index: 2;
    box-sizing: border-box;
}
header {
    display: table;
}
header a {
    display: flex;
    align-items: center;
}
header a img {
    width: 310px;
    height: auto;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}
header a p {
	font-size: max(0.75vw, 12px);
    color: #4D4D4D;
    margin-left: 1vw;
	line-height: 1.3;
}
.menubox {
    width: 60%;
    max-width: 1100px;
    height: 100%;
    box-sizing: border-box;
	display: flex;
	align-items: center;
}
.menubox ul {
    width: 100%;
    height: 40px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
	align-items: center;
    box-sizing: border-box;
}
.menubox ul li {
    width: auto;
    height: 100%;
    display: table;
}
.menubox ul li a {   
    font-size: min(0.95vw, 16px);
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
}
.menubox ul li a:hover {   
    color: #666666;
}
.menubox ul div {
    display: flex;
    justify-content: space-between;
}
.menubox ul div li:first-child {
    margin-right: 10px;
}
.menubox ul div li.btn_w,
.menubox ul div li.btn_b {
    width: 150px;
    height: 40px;
    border: solid 1px #0072AB;
    box-sizing: border-box;
}
.menubox ul div li.btn_b {
    background: #0072AB;
}
.menubox ul div li.btn_w a,.menubox ul div li.btn_b a {
    text-align: center;
    color: #0072AB;
}
.menubox ul div li.btn_b a {
    text-align: center;
    color: #FFFFFF;
}
.menubox ul div li.btn_b:hover,.menubox ul div li.btn_b:hover a {
    color: #0072AB;
    background: #FFFFFF;
}
.menubox ul div li.btn_w:hover,.menubox ul div li.btn_w:hover a {
    color: #FFFFFF;
    background: #0072AB;
}
/* contents
*****************************************/
.bg_b {
	background: #F7F9FC;
}
#main,#content01 {
    margin-top: 130px;
}
#content01 {
	margin-top: 50px;
    margin-bottom: 150px;
}
#content01:last-child {
    margin-bottom: 0 ;
}
#content01 h1.titl {
	font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 130px;
    text-align: center;
    position: relative;
}
#content01 h1.titl::before {
    position: absolute;
    border-bottom: 2px solid #0072AB;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    content: '';
}
#content01 p.titl_p {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    margin: 45px auto 30px;
}
.aboutcontent {
    margin: 80px auto 30px;
}
.aboutbox.left {
    margin: 3% auto;
    background:linear-gradient( transparent 0%, transparent 5%, #F7F9FC 5%, #F7F9FC 95%, transparent 95%, transparent 100%); 
}
.aboutbox:nth-child(2).left {
    margin-top: 1.5%;
}
.aboutbox:nth-child(4).left {
    margin-bottom: 1.5%;
}
.aboutbox.prybsy .box .abouttxt {
    padding-top: 3.5%;
	padding-bottom: 3%;
}
.aboutbox .box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
	align-items: center;
}
.aboutbox .box:last-child {
    /*margin-bottom: 100px;*/
}
.aboutbox .box div {
    width: 48.5%;
}
.aboutbox .box div img {
    width: 100%;
	max-width: max-content;
	margin: auto;
	display: block;
}
.box .abouttxt {
    padding: 5% 0;
}
.box .abouttxt h2 {
    font-size: 30px;
    font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.5px;
    color: #0072AB;
    margin-bottom: 5%;
}
.box .abouttxt h2 span {
    background: linear-gradient(transparent 70%, #FCEE21 30%);
    display: inline;
}
.box .abouttxt p {
    font-size: 20px;
    line-height: 1.6;
}
.box .aboutvdo {
    margin-left: 5%;
    display: table;
}
.aboutbox.left .box .aboutvdo {
    margin-left: 0;
    margin-right: 5%;
}
.box .aboutvdo video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 2px 2px 7px #848484;
    display: table-cell;
    vertical-align: middle;
}
.aboutarea .lnkbtn {
	margin: 0 auto;
}
/* featurearea
----------------------------------------------------*/
#content01.featurearea {
	margin-bottom: 0;
	padding-top: 1px;
}
.featurecontent {
	padding-bottom: 100px;	
}
.featurecontent .tabletxt {  
	width: 90%;
    max-width: 1100px;
    margin: 10px auto 50px;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    display: block;
}
.comparebox { 
	border-collapse: inherit;
    margin: 50px auto 0;
    padding: 0;
    width: 95%;
    max-width: 1100px;
    height: 740px;
    table-layout: fixed;
	box-sizing: border-box;
}
.comparebox .comp th {
    /*width: 22.6%;*/
	width: 13%;
	height: 90px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    /*border-radius: 18px 18px 0 0;*/
	color: #333333;
	background: #ffffff; 
	box-sizing: border-box;
}
.comparebox tr.comp th img {
	width: 100%;
	max-width: 310px;
	height: auto;
}
.comparebox tr.comp th:nth-child(2) {
	width: 32%;
    max-width: 377px; 
	background: none;
}
.comparebox tr.comp th:nth-child(2n+1) {
	background: #cccccc;
}
.comparebox tr.comp th:nth-child(2n+2) {
	background: #e6e6e6;
}
.comparebox tr.comp th.r_line {
	background: #ffffff;
}
.comparebox tbody tr th {   
	width: 15%;
    max-width: 130px;
    height: 15%;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    color: #0072AB;
    vertical-align: middle;
    /*background: #F7F9FC;*/
	background: #FFFFFF;
    padding: 0 10px;
    /* border-radius: 18px 0 0 18px;*/
}
.comparebox tbody tr.file th {
	text-align: left;
}
.comparebox tbody tr:nth-child(2n+1) th {
	background: #DFE3EE;
}
.comparebox .comp th.r_line {
	/*border-radius: 18px 18px 0 0;*/
	overflow: hidden;
	border: 4px solid #0072AB; 
	border-bottom: 1px solid #cccccc;
}
.comparebox tbody tr td.txt {
	padding: 1%;
    background: #FFFFFF;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    box-sizing: border-box;
	align-content: center;
	vertical-align: middle;
}
.comparebox tbody tr td:last-child {
    border-right: solid 1px #cccccc;
}
.comparebox tbody tr:last-child td:last-child {
    border-bottom: solid 1px #cccccc;
}
.comparebox tbody tr:last-child td.r_line {
    border-bottom: solid 4px #0072AB;
}
.comparebox tbody tr td.r_line {
    border-left: solid 4px #0072AB;
    border-right: solid 4px #0072AB;
    box-sizing: border-box;
}
.comparebox tbody tr td.r_line03,
.comparebox tbody tr:last-child .txt.r_line03 {
    border-bottom: solid 4px #0072AB;
}
.comparebox tbody tr td p {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
}
.comparebox tbody tr td p span { 
	background: linear-gradient(to bottom, rgba(255, 229, 95, 0) 70%, rgba(255, 229, 95, 1) 71%, rgba(255, 229, 95, 1));
    display: inline;
	line-height: 1.3;
}
.comparebox tbody tr td.cross p {
    margin-top: 35px;
}
.comparebox tbody tr.file td p{
	line-height: 1;
}
.comparebox tbody tr.file td p small {
	font-size: 13px;
}
.comparebox tbody tr.file td p.smalltxt small {
	font-size: 18px;
}
span.trngl_mark {
	width: 0;
    height: 0;
    border-style: solid;
	border-right: 28px solid transparent;
	border-left: 28px solid transparent;
	border-bottom: 48px solid #47A0CC;
    border-top: 0;   
	margin: 0 auto 15px;
    position: relative;
    display: block;
}
span.trngl_mark::before {
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    border-bottom: 33px solid #ffffff;
    border-top: 0;
    position: absolute;
    top: 10.5px;
    left: -19px;
    display: block;
}
span.circle_mark { 
    width: 30px;
    height: 30px;
    position: relative;
    border: solid #9CBAD6 3px;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    /* margin: 0 auto 15px; */
    margin: 0 auto;
}
span.dcircle_mark {
    width: 35px; 
    height: 35px; 
    position: relative;
    border: solid #9CBAD6 3px;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}
span.dcircle_mark::before { 
	content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: solid #9CBAD6 3px;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
}
span.cross_mark { 
	position: relative;
    display: block;
    width: 32px;
    height: 3px;
    background: #9CBAD6;
    transform: rotate(45deg);
    vertical-align: middle;
    margin: auto;
}
span.cross_mark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9CBAD6;
    transform: rotate(90deg);
}

/* pricearea
*****************************************/
.pricecontent {
	width: 95%;
	margin: 80px auto 50px;
	box-sizing: border-box;
    /*background: linear-gradient( transparent 0%, transparent 10%, #F7F9FC 10%, #F7F9FC 90%, transparent 90%, transparent 100%);*/
}
.price_box {
    width: 95%;
    max-width: 1100px;
    margin: auto;
	box-sizing: border-box;
}
.price_box tr.p_titl {
    background: #0072AB;
    border: solid 1px #ffffff;
    box-sizing: border-box;
}
.price_box th {
	height: 45px;
    font-size: 20px;
    color: #ffffff;
    align-content: center;
	vertical-align: middle;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}
.price_box tr.p_titl .non {
	background: #ffffff;
}
.price_box tr.p_titl small {
	font-size: 80%;
}
.price_box tr.p_titl02 th {
	font-size: 20px;
    font-weight: 600;
    color: #0072AB;
    background: #F7F9FC;
    border: solid 1px #0072AB;
}
.price_box tr.p_titl02 th:nth-child(2) {
    background: #DFE3EE;
}
.price_box tr.price1 td {
    height: 60px;
    align-content: center;
    padding: 1% 5%;
    box-sizing: border-box;
    border-right: solid 1px #0072AB;
    border-bottom: solid 1px #0072AB;
}
tr.price1 td:first-child { 
	width: 30%;
    min-width: 350px;
    font-size: 20px;
    padding: 1% 4.5%;
    color: #ffffff;
    background: #0072AB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #ffffff;
}
tr.price1 td:first-child p {
	font-size: 80%;
}
.price_box tr.price1 td.pricetxt {
	width: 70%;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    align-content: center;
	vertical-align: middle;
    margin: auto;
	background: #ffffff;
}
.price_box tr.price1 td.pricetxt span {
    font-size: 80%;
}
.pricebnr {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.p_bnr {
    width: 48%;
    padding: 15px 10px;
    border: solid 2px #899FAB;
    border-top: solid 5px #899FAB;
    box-sizing: border-box;
}
.p_bnr h4 {
    color: #6794AB;
    font-size: 25px;
    font-weight: 600;
    border-bottom: solid 2px #899FAB;
    padding-bottom: 8px;
}
.p_bnr p {
    font-size: 17px;
    margin: 10px 0 0;
}
.pricebtn {
    margin: 4% auto 0;
}
.pricebtn p.small_p {
    font-size: 18px;
	text-align: center;
    margin: 0 auto 10px;
    /*border-radius: 50px;*/
    align-content: center;
    box-sizing: border-box;
}
.pricebtn a {  
	width: 500px;
    height: 70px;
    align-content: center;
    margin: auto;
    font-size: 30px;
	font-weight: 700;
    text-align: center;
	background: #00AC19;
    border: solid 2px #00AC19;
    position: relative;
    color: #FFFFFF;
    display: block;
    box-sizing: border-box;
}
.pricebtn a span {  
	color: #FFF500;
}
.pricebtn a i {  
	color: #FFFFFF;
}
.pricebtn a:hover {
	color: #00AC19;
	background: #FFFFFF;
}
.pricebtn a:hover span {  
	color: #FFCE00;
}.pricebtn a:hover i {  
	color: #00AC19;
}
.pricebtn a:hover p.small_p {
	color: #FFFFFF;
	background: #00AC19;
}

/* footerarea
*****************************************/
.prvcylink {
    display: flex;
    justify-content: center;
    padding: 2% 0;
} 
.prvcylink a {
    font-size: 15px;
	text-decoration: underline;
    margin: 0 2.5%;
}
.prvcylink a:hover {
	text-decoration: none;
}

#footerarea {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.lnkarea {
    width: 100%;
    background: #0072AB;
    padding: 50px 20px;
    box-sizing: border-box;
}
.lnkarea h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    display: block;
}
.lnkarea h3::before { 
	position: absolute;
    border-bottom: 2px solid #FFFFFF;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    content: '';
}
.lnkbtn {
    width: 510px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}
.lnkbtn a {
    width: 230px;
    height: 60px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    background: #FF8500;
    border: 2px solid #FFFFFF;
    display: table;
    box-sizing: border-box;
}
.lnkbtn a p {
    font-size: 24px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
}
.lnkbtn a:hover {
    color: #FF8500;
    background: #FFFFFF;
    border-color: #FF8500;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.lnkbtn a.clr_w {
    color: #0072AB;
    background: #FFFFFF;
    border-color: #FFFFFF;
    border: solid 2px #0072AB;
}
.lnkbtn a.clr_w:hover {
    color: #FFFFFF;
    background: #0072AB;
    border: solid 2px #FFFFFF;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.lnkbtn a.btn_b {
    background: #0072AB;
}
.lnkbtn a.btn_b:hover {
	color: #0072AB;
    background: #FFFFFF;
    border: 2px solid #0072AB;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.lnkbtn a.btn_w {
    color: #0072AB;
    background: #FFFFFF;
    border-color: #FFFFFF;
    border: solid 2px #0072AB;
}
.lnkbtn a.btn_w:hover {
    color: #FFFFFF;
    background: #0072AB;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
/* footer
*****************************************/
footer {
    width: 100%;
}
footer .footerbox {
    padding: 30px;
    background: #F7F9FC;
    justify-content: center;
    box-sizing: border-box;
    display: flex!important;
}
.footercategory {
	width: 15%;
    margin: 0 0 0 1%;
    padding: 0 1% 0 0;
    border-right: solid 1px lightgray;
}
.footercategory:first-child {
    margin: 0;
    padding: 0 1% 0 1%;
    border-left: solid 1px lightgray;
}
.footercategory:nth-child(3){
	border-left: solid 1px lightgrey; 
	padding: 0 1%;
    margin: 0;
}
.footercategory02 {
	width: 26vw;
	max-width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-right: none;
    padding: 0;
    margin: 0 0 0 1%;
}
.footercategory03 {
	width: 20%;
}
.footercategory h4 {
	width: 100%;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 25px;
}
.footercategory h4.titl_02 {
    margin-top: 35px;
}
.footercategory ul li {
    font-size: 14px;
    margin-bottom: 15px; 
	line-height: 1.5;
}
.footercategory ul li a:hover {
	opacity: 0.7;
}
.footercategory02 ul.categorybox {
	margin-right: 5%;
}
/*company*/
.footercategory03 ul li.mlogo a {
    width: fit-content;
    height: fit-content;
    margin-bottom: 2%; 
	border: solid 1px lightgray;
    background: #FFFFFF;
    display: block;
}
.footercategory03 ul li.mlogo a img {
    width: 100%;
    max-width: 260px;
    height: auto;
    display: block;
}
.footercategory03 ul li.mlogo a:hover img {
	opacity: 0.7;
}
.footercategory.footercategory03 ul li.mlogo p {
    font-size: 13px;
}
/*privacy*/
ul.se_box {
	display: flex;
	justify-content: flex-start;
	/*flex-wrap: wrap;*/
}
ul.se_box li {
    width: 151px;
    margin-right: 5%;
    font-size: 10px;
    line-height: 1.1;
}
ul.se_box li img {
	width: 100%;
    max-width: fit-content;
    margin:auto;
	display: block;
}
ul.se_box li:first-child img {
    margin-bottom: 5px;
}

#copy {
    width: 100%;
    margin: 50px auto 20px;
    padding: 0 30px;
    font-size: 12px;
    box-sizing: border-box;
}
#copy .copy_r {
    text-align: center;
    margin-bottom: 20px;
}
#copy .copy_l {  
	width: 90%;
    max-width: 1100px;
    line-height: 1.6;
    margin: 0 auto 20px;
	text-align: center;
}
/* page top
*****************************************/
.pagetop {
    position: fixed;
    bottom: 70px;
    right: 55px;
    z-index: 9999;
}
.pagetop img {
    width: 50px;
    height: 50px;
}


@media screen and (max-width: 1099px) {

/* header
*****************************************/
	header a img {
		width: 150px;
	}
	#headerbox {      
		height: fit-content;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.menubox {
		width: 100%;
		margin-top: 0.5%;
	}
	.menubox ul li a {
		font-size: 1.8vw;
	}
	.aboutbox .box {
		width: 90%;
	}
/* featurearea
----------------------------------------------------*/
	.featurecontent .sc_box {
		width: 90%;
		margin: 0 auto;
		overflow-x: scroll;
	}
	.sc_box	.comparebox{
		width: 95%;
		min-width: 750px;
	}
	.comparebox tr.comp th img {
	width: 85%;
	max-width: unset;
	height: auto;
	}
	.comparebox tbody tr td p {
		font-size: 18px;
	}
	.comparebox tbody tr th {
    font-size: 15px;
    text-align: left;
    align-content: center;
    padding: 2%;
    line-height: 1.3;
	}
	.featurecontent .tabletxt {
        width: 95%;
        min-width: 750px;
        font-size: 1vw;
        text-align: left;
    }

/* pricearea
----------------------------------------------------*/
.pricebox {
    width: 90%;
}
tr.price1 td:first-child {  
	width: fit-content;
	min-width: unset;
	flex-wrap: wrap;
	line-height: 1.2;
}
.pricebnr {
    width: 90%;
    max-width: 1100px;
    margin: 8% auto 5%;
}
	
/*privacy*/
ul.se_box {
	flex-wrap: wrap;
}


}


@media screen and (max-width: 767px) {

.spNone {display: none!important;}
.pcNone { display: block!important;}

	
	
/* header
*****************************************/
#headerbox {
	padding: 10px 5%;
}
header a {
    width: 230px;
    display: table-cell;
    vertical-align: middle;
}
header a img {
	width: 100%;
}
header a p { 
	font-size: min(4vw, 10px);
    margin-left: 0;
}
/* hamburgermenu
*****************************************/
#toggle {
    position: fixed;
    top: 25px;
    right: 25px;
}
#toggle-box {
    position: relative;
    width: 45px;
    height: 30px;
    cursor: pointer;
}
#toggle-box > span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}
#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}

#toggle {
    z-index: 1000;
}
#main {
    position: relative;  
    z-index: 1;
}
#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-content ul {
	height: fit-content;
    display: block;
    padding: 70px 2% 70px;
    list-style: none;
}
#nav-content a {
    display: block;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    padding: 20px 0;
    transition: opacity .6s ease;
}
#nav-content a:hover {
  opacity: 0.6;
  background: none;
}
.is-open {
    overflow: hidden;
}
.is-open #toggle-box > span {
    background: #fff;
}
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}
.is-open #nav-content {
  margin: 0 auto;
  z-index: 999;
  transform: translateX(0);
}  
.menubox ul li {
    display: table!important;
	margin: 0 auto;
}
.menubox ul div {
    width: 100%;
    display: block;
    text-align: center;
}
.menubox ul div li.btn_w, .menubox ul div li.btn_b {
    width: 100%;
    height: auto;
    border: none;
    background: none;
    margin: 0;
    color: #FFFFFF;
}
   
/* contents
*****************************************/
#main {
    margin-top: 100px;
}
#content01,
div#content01.canarea {   
	margin: 100px auto 10%;
}
#content01 h1.titl {
	font-size: 1.5em;
	margin: -5% auto 5%;
	padding: 5% 0 0;
}
#content01 p.titl_p {
	width: 90%;
	font-size: 1em;
	margin: 10% auto 5%;
}

.aboutcontent {
    margin: 10% auto 0;
}	
.aboutbox .box {
    width: 90%;
    display: block;
}
.aboutbox .box:last-child {
    margin-bottom: 0;
}
.aboutbox .box div {
    width: 100%;
    margin: 0 auto;
}
.aboutbox {
    margin: 0 auto 10%;
    padding: 0;
}
.aboutbox.left { 
	margin: 0 auto;
    padding: 8% 0;
}
.aboutbox.left,
.aboutbox:nth-child(4).left,
.aboutbox:nth-child(2).left {
    margin: 5% auto;
    background: #F7F9FC;
}
.aboutbox.left .box .aboutvdo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.box .abouttxt,
.aboutbox.prybsy .box .abouttxt {
    padding: 8% 0 5%;
}
.aboutbox.left .box .abouttxt {
	padding: 5% 0 0;	
}
.box .abouttxt h2 {
	font-size: 1.8em;
}
.box .abouttxt p {
	font-size: 1em;
}
/* featurearea
----------------------------------------------------*/
.sc_box .comparebox {
	min-width: 650px; 
	height: fit-content;
}
.featurecontent .tabletxt {
	min-width: 650px;
	font-size: min(3vw, 13px);
	text-align: left;
	margin-bottom: 2vw;
}

/* pricearea
----------------------------------------------------*/
.pricecontent {
    margin: 5% auto 10%;
    padding: 5% 0 0;
    /*background: #F7F9FC;*/
}
table.price_table {
	width: 700px;
	height: fit-content;
	margin-bottom: 4%;
}
.price_box {
    width: 90%;
    margin: 0 auto;
    overflow-x: scroll;
}	
.pricebnr {
	width: 95%;
	flex-wrap: wrap;
}	
.p_bnr {
	width: 100%;
    margin-bottom: 3%;
}
.p_bnr h4 {
    font-size: 1.4em;
}
.p_bnr p {
    font-size: 1.2em;
}	
.pricebtn {
    margin: 4% auto 20%;
}
.pricebtn a {
	width: 95%;
	height: 17vw;
	font-size: 6vw;
	padding: 0;
}
.pricebtn p.small_p {
    font-size: min(4.3vw, 16px);
}

/* footer
*****************************************/
.prvcylink {
    display: block;
    padding: 5% 0 0;
}
.prvcylink a {
    width: auto;
    font-size: min(4vw, 13px);
    text-align: center;
    margin: 0 auto 5%;
    display: block;
}
footer .footerbox {
	display: none!important;
}
.lnkarea {
    padding: 5% 0;
}
.lnkarea h3 {
    font-size: 1.4em;
    line-height: 1.3;
}
.lnkarea h3::before {
    top: 130%;
    left: 50%;
    width: 30%;
    content: '';
}
.lnkbtn {
    width: 100%;
    margin: 50px auto 0;
    display: block;
}
.lnkbtn a {
	width: 95%;
    margin: 5% auto;
}
.lnkbtn a p {
    font-size: 1.5em;
}
#copy {
    width: 95%;
    margin: 10% auto 0;
    padding: 0;
}
#copy .copy_l {
	font-size: 0.75em;
    line-height: 1.5;
	text-align: left;
}
/* page top
*****************************************/
.pagetop {
	position: fixed;
	bottom: 63px;
	right: 13px;
	z-index: 9999;
}
.pagetop img {
    width: 45px;
    height: 45px;
}

}



