@charset "utf-8";
/* CSS Document */
body {
	font-size: 13px;
}
body.noscroll {
	height: 100%;
	overflow: hidden;	
}
.container {
	width: 100%;
	padding: 0 10px;
}
.container.last-child {
	margin-bottom: 0;
}
.container-voice{
	width: 100%;
}
.row:last-child {
	margin-bottom: 0;
}
.row.last-child {
	margin-bottom: 0;
}
.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	overflow: hidden;
}
.row-no-offset [class*=col-sm-] {
	padding: 0;
}
.row [class*=col-sm-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	overflow: hidden;
	float: left;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-2 {
	width: 16.666667%;
}
.col-sm-2s {
	width: 20%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-8 {
	width: 66.66666666%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-12 {
	width: 100%;
	margin-bottom: 15px;
}
.row>.col-sm-12:last-child {
	margin-bottom: 0;
}
.row>.col-sm-12.last-child {
	margin-bottom: 0;
}
.col-sm-offset-0 {
	margin-left: 0;
}
.col-sm-offset-2 {
	margin-left: 16.666667%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.333333%;
}

.row-nopadding>[class*=col-] {
	padding: 0;
}
.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}

.visible-md,
.visible-lg {
	display: none !important;
}
.visible-sm {
	display: block !important;
}
.hidden-sm {
	display: none !important;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.414;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
	padding: 40px 0;
	margin-bottom: 0px;
}
#faq h2,#plan h2,#payment h2{
	margin-bottom:0;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
small {
	font-size: 95%;	
}
big {
	font-size: 120%;
}
b {
	font-size: 200%;	
	font-weight: bold;
}

.text-center-sm {
	text-align: center;
}
.text-space {
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 10px;
}
/* Buttons
-------------------------------------------- */
.btn-lg {
	width: 100%;
	padding: 18px;
	font-size: 18px;
	line-height: 1.2em;
}
.btn-lg small {
	font-size: 11px;
	line-height: 1.4em;
}
.btn-form {
	width: 100%;
	padding: 20px;
}
.btn-md {
	width: 50%;
	padding: 30px;
	font-size: 13px;
	border-radius: 0;
}
.btn-md.btn-green, .btn-md.btn-orange {
	width:100%;
}
.btn-pay {
	width: 100%;
	padding: 5px;
	font-size: 12px;
}


/* head-menu */
#nav-menu {
	display: block;
}
.menu-icon {
	display: block;
	float: left;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.menu-icon span {
	display: block;
	width: 22px;
	height: 2px;
	background: #334666;
	margin-bottom: 6px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.menu-icon span.bar1 {
	margin-top: 0px;
}
.menu-icon span.bar3 {
	margin-bottom: 1px;
}
.menu-icon.active {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-icon.active .bar1 {
	-webkit-transform: rotate(0deg) translateY(8px);
	-moz-transform: rotate(0deg) translateY(8px);
	-ms-transform: rotate(0deg) translateY(8px);
	-o-transform: rotate(0deg) translateY(8px);
	transform: rotate(0deg) translateY(8px);
}
.menu-icon.active .bar2 {
	opacity: 0;
}
.menu-icon.active .bar3 {
	-webkit-transform: rotate(-90deg) translateX(8px);
	-moz-transform: rotate(-90deg) translateX(8px);
	-ms-transform: rotate(-90deg) translateX(8px);
	-o-transform: rotate(-90deg) translateX(8px);
	transform: rotate(-90deg) translateX(8px);

}
#wrap {
	width: 100%;
	height: 100%;
}
#wrap.active nav#nav-menu {
	background: rgba(30,30,30,0.9);
	height: 100%;
	z-index: 999;
}
#wrap.active nav#nav-menu .menu-list-container {
	opacity: 1;
	text-align: left;
	padding-bottom: 8%;
}
#wrap.active nav#nav-menu .menu-list-container ul {
	width: 90%;
	margin: 0 5%;
	border-top: 1px solid rgba(255,255,255,0.4);
}
#wrap.active nav#nav-menu .menu-list-container li {
	border-bottom: 1px solid rgba(255,255,255,0.4);
	line-height: 1em;
	background: url(../images/nav_sp_rarrow.png) 95% 16px no-repeat;
	background-size: 8px 16px;
}
#wrap.active nav#nav-menu .menu-list-container li.pulldown {
	background: url(../images/nav_sp_barrow.png) 95% 21px no-repeat;
	background-size: 16px 8px;
}
#wrap.active nav#nav-menu .menu-list-container li .row {
	margin-bottom: 0;
	/*border-right: 1px solid rgba(255,255,255,0.4);*/
}
/*#wrap.active nav#nav-menu .menu-list-container li .row [class*=col-sm-]{
	border-top: 1px solid rgba(255,255,255,0.4);
	border-left: 1px solid rgba(255,255,255,0.4);
}*/
#wrap.active nav#nav-menu .menu-list-container li .nodisplay {
	display: none;	
}
#wrap.active nav#nav-menu .menu-list-container a {
	display: block;
	padding: 20px 5%;
	line-height: 0.9em;
	color: #FFF;
	font-size: 1.0em;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#wrap.active nav#nav-menu .menu-list-container li .row a {
	padding: 10px 5px;
	text-align: center;
	font-size: 1.2em;
}
#wrap.active nav#nav-menu .menu-list-container li .row .col-sm-6 a {
	text-align: left;
}
#wrap.active nav#nav-menu .menu-list-container a.btn {
	font-size: 13px;
	float: left;
	margin-top: 20px;
	line-height:120%;
}
#nav-menu {
	color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	height: 52px;
	right: 0;
	z-index: 999;
	overflow: auto;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#nav-menu .menu-icon-container {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	padding: 17px 15px;
	background: #FFF;
}
#nav-menu .menu-list-container {
	position: absolute;
	top: 80px;
	width: 100%;
	display: none;
}
#nav-menu .menu-list-container.pulldown {
	top: 80px;
}
#nav-menu .menu-icon-container small.menu-text {
	display: block;
	font-size: 1.2em;
	line-height: 0.8em;
	text-align: center;
	padding-top: 54px;
}
#nav-menu .menu-list-container.active {
	display: block;
}
#menu dl dt {
	font-size: 17px;
}
/* howto-menu */
#howto-menu {
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 8888;
	overflow: hidden;
	background: #FFF;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#howto-menu .howto-menu-text {
	line-height: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
} 
#howto-menu .howto-menu-icon-container {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8888;
	padding: 20px 15px;
	background: #555;
}
.howto-menu-icon {
	display: block;
	/*float: left;*/
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
.howto-menu-icon span {
	display: block;
	width: 30px;
	height: 1px;
	background: #FFF;
	margin-bottom: 9px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.howto-menu-icon span.bar1 {
	margin-top: 0px;
}
.howto-menu-icon.active {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.howto-menu-icon.active .bar1 {
	-webkit-transform: rotate(0deg) translateY(10px);
	-moz-transform: rotate(0deg) translateY(10px);
	-ms-transform: rotate(0deg) translateY(10px);
	-o-transform: rotate(0deg) translateY(10px);
	transform: rotate(0deg) translateY(10px);
}
.howto-menu-icon.active .bar2 {
	opacity: 0;
}
.howto-menu-icon.active .bar3 {
	-webkit-transform: rotate(-90deg) translateX(10px);
	-moz-transform: rotate(-90deg) translateX(10px);
	-ms-transform: rotate(-90deg) translateX(10px);
	-o-transform: rotate(-90deg) translateX(10px);
	transform: rotate(-90deg) translateX(10px);
}

/* Id
-----------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
  z-index: 9999;
	height: 52px;
	background: #334666;
}
#header.on {
  position: fixed;
	top: 0;
	left: 0;
  z-index: 9999;
	background: #334666;
}
#header h1 {
	position: fixed;
	top: 6px !important;
	left: 6px !important;
	width: 65px;
	z-index: 999;
}
/*#top-image {
	margin-top: 52px;
}*/
#pankuzu {
	margin-top:52px;
	padding: 31px 0 29px;
	background-size:100% 100%;
	font-size: 16px;
	text-align: center;
	border-bottom:3px solid #333333;
}
#pankuzu small {
	font-size: 16px;
}
#main {
	padding: 0px 0 15px;
}
#footer {
	text-align: center;
	font-size: 10px;
}
#footer .footer-nav {
	margin: 10px auto;
}
#footer .copyright {
	text-align: center;	
}
/*TOP*/
#top-image {
	position: relative;
}
#top-image a {
	position: absolute;
	right: 0;
	top: 50%;
	width: 100px;
	transform: translateY(-50%);
}
#number {
	padding: 15px 0;
	font-size: 10px;
	font-weight: normal;
}
#news {
	padding: 0px 0 15px;
}
#news .news-list {
	font-size: 12px;
	line-height: 18px;
}
#news .news-list .news-list-item {
	padding: 10px 5px;
}
#news .news-list .news-list-item .col-sm-12 {
	margin-bottom: 0;
}
#method {
	padding: 0px 0 15px;
}
#method .method .col-sm-12 {
	border-top: 1px solid #EEE;
	border-right: none;
}
#method .method .method-name {
	padding: 20px 0 10px;
	font-size: 20px;
}
#method .method .method-description {
	margin-bottom: 20px;
	font-size: 14px;
}
#svpn{
	padding: 0 0 40px;
}
#svpn .row [class*=col-lg-],#svpn .row [class*=col-sm-]{
	padding: 5px;
	margin-bottom:0px;
}
#plan {
	padding: 0px 0 15px;
}
#plan .row .col-sm-12 {
	margin-bottom: 10px;
}
#voice {
	padding: 0px 0 15px;
}
#os {
	padding: 0px 0 25px;
}
#os img {
	height: auto;
	width: 80%;
}
#os p {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ss {
	padding: 0px 0 25px;
}
#ss img {
	height: auto;
	width: 80%;
}
#ss p {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ss p font{
	font-size: 10px;
}

#window {
	padding: 25px 0;
}

#howto {
	padding: 0px 0 15px;
}

#howto .howto-plate {
    height: inherit;
}
#howto .howto-plate .col-sm-8{
	text-align:inherit;
}
.howto-navi{
	margin-top:20px;
}
#voice li img{ width:100%;}
/* Normal
-----------------------------------------------*/
/*Howto*/
#howto-manual .col-sm-12 {
	margin-bottom: 20px;	
}
#howto-manual .howto-title {
	font-size: 14px;
}
#howto-manual .howto-comment p {
	font-size: 12px;	
}
/*Privacy*/
#privacy {
	padding: 35px 0;	
}
/*Tokutei*/
#tokusho {
	padding: 35px 0;
}
#tokusho .row [class*=col-sm-] {
	padding: 20px;
	text-align: left;
}
#tokusho .row [class*=col-sm-]:nth-child(odd) {
	padding-bottom: 0;
	margin-bottom: 0;
}
.contact-list .row {
	padding: 15px;
}
.contact-list .col-lg-4{
	text-align:left;
}
/*Faq*/
/* .collapsible
-------------------------------------------- */
#faq .row{
	margin-bottom:35px;
}
.collapsible-default {
	line-height: 20px;
}
.collapsible-default .collapsible-heading {
	padding: 10px 40px 0;
}
.collapsible-default .collapsible-heading:before {
	width: 20px;
	height: 20px;
	top: 10px;
	left: 10px;
}
.collapsible-default .collapsible-heading:after {
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
}

.collapsible-default .collapsible-body {
	padding: 10px 10px 10px 40px;
}

.collapsible-default .collapsible-body.active:before {
	width: 20px;
	height: 20px;
	top: 10px;
	left: 10px;
}

/*Unconnect*/
.bad-method .bad-method-point {
	padding: 15px;
}
.bad-method .bad-method-point span {
	padding: 20px 0;
	font-size: 26px;
}
.unconnect-form {
	width: 100%;
	margin-bottom: 0;
}
.unconnect-form [class*=col-sm-] {
	padding: 15px;
	text-align: left;
	margin-bottom: 0;
}
.unconnect-form [class*=col-sm-]:nth-child(odd) {
	padding: 15px 15px 0;
	font-weight: bold;
}
/*Offer*/
#credit {
	padding: 0 0 35px;
}
#offer {
	padding: 0 0 35px;
}
#offer .offer-mail, #payment .offer-mail {
	padding: 10px;
}
#offer .offer-mail .col-sm-4, #payment .offer-mail .col-sm-4 {
	line-height: 43px;
	font-size: 10px;
}
#attention {
	padding: 0 0 15px;
	margin-bottom: 20px;
}
#attention .p2p p{
	line-height:1.8;
}
.comp-text{
	margin-left:0px;
}
/*Reuse*/
.box-border-text {
	padding: 10px;
}
.box-border-text.scrollbar{
	height: 200px;	
}
.btn-plate {
	text-align: center;
	padding: 15px 0;	
}
.table-form {
	width: 100%;
	margin-bottom: 0;
}
.table-form .col-lg-4:first-child {
	text-align: left;
}
.table-form .col-sm-12 {
	text-align: left;
	padding: 10px;
	line-height: 20px;
	margin-bottom: 0;
}
.table-form .col-sm-6 {
	padding: 10px;
	margin-bottom: 0;
}
.table-form [class*=col-sm-12]:nth-child(odd) {
	padding-bottom: 0;
	font-weight: bold;
}

.table-form-border {
	width: 100%;
	margin-bottom: -1px;
}
.table-form-border.top {
	margin: 0 auto 35px;
}
.table-form-border .col-sm-12 {
	padding: 10px;
	text-align: left;
	margin-bottom: 0;
}
.table-form-border .payment-info {
	margin: 0;
	text-align: center;
	border-right: 1px solid #CECEBF;
	border-bottom: none;
}
.table-form-border .payment-info .col-sm-4 {
	font-weight: normal;
	font-size: 11px;
}
.table-form-border .payment-info:last-child {
	border-bottom: 1px solid #CECEBF;
}
.table-form-border .payment-info [class*=col-sm-] {
	padding: 4px;
	line-height: 25px;
	border-top: 1px solid #CECEBF;
	border-left: 1px solid #CECEBF;
}
.table-form-border .payment-info.payment-info-title {
	/*background: #DFDFD0;*/
}

.form-top-font{
	text-align:left;
	font-weight:normal;
}
.table-form-space{
	margin-top:0;
}
.textarea-end{
	margin-top:0;
}
.table-form textarea.end{
	min-height:160px;
}
.table-form .col-lg-4 br{ 
	display:none;
}
.table-form input[type="checkbox"],
input[type="radio"] {
	width:16px;
	height:16px;
}
.table-form .sp{
	line-height:2;
}
.table-form .col-lg-8{
	line-height: 1.8;
}
.table-form-plan th,.table-form-plan td{
	border:1px solid #FFF;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
	padding: 10px;
}

/*Campaign*/
#whitebg {
	padding: 20px 0 35px;
}
/* .friends
-----------------------------------------------*/
.friends-intr p{
	font-size:15px;
}
.friends-intr b{
	font-size:80%
}
#friends-table {
	padding: 20px 0 35px;
}
#friends-table .row .col-lg-4,#friends-table .row .col-lg-8{
	padding:10px 0; 
	margin:0
}

/* .thanksgiving
-----------------------------------------------*/
.thanks-top img{ 
	display:block;
	margin-top:6%;
}
.tgtxt {
	font-size:13px;
}
.tgtxt .col-lg-2{
	padding-left:0;
}
.tgtxt .col-lg-10{
	padding:0;
}
.thanks-infr{
	width:100%;
	margin:0 auto 30px ;
}
.thanks-infr .col-sm-12{
	padding:0 3%;
}

/*-----------------------------------------------*/
/*how-to-list*/
#howtos{
	padding: 0px 0 15px;
}
#howtos .col-sm-6{
	margin-bottom:14px;
}
#how-to-list {
	text-align:center;
	padding-bottom:2%;
	border-top: 1px solid rgba(255,255,255,0.4);
	padding-top:20px;
}
#how-to-list .top-list{
	border:1px solid #fff;
	overflow:hidden;
}
#how-to-list .top-list span{
	display:block;
	border-bottom:1px solid #fff;
	font-size:20px;
	padding:15px 0; 
	color:#fff;
}
#how-to-list .row .top-list [class*=col-sm-]{
	padding:0;
}
#wrap.active nav#nav-menu .menu-list-container #how-to-list .top-list a{
	display:block;
	width:90%;
	margin:0 auto;
	color:#334666;
	background-color:#EEE;
	padding:4% 0 ;
	text-decoration:none;
	text-align:center;
	font-size:inherit;
	line-height:160%;
	border-radius:3px;
}
#how-to-list .top-list a:hover{
	color:#FFF;
	background-color:#334666;
}
#wrap.active nav#nav-menu .menu-list-container #how-to-list .top-list .visible-sm a{ 
	background:none;
}
#how-to-list .col-sm-6{
	margin-bottom:12px;
}

.howto-list{
	height: 250px;
	padding-bottom:10px;
}
@media screen and (width = 768px) {
	.howto-list{
		height: 296px;
	}
}
#howtos .col-sm-6:first-child .howto-list,#howtos .col-sm-6:nth-child(2) .howto-list{
	height: 296px;
}

.thanks-intr-top h2{
	padding:40px 0 ;
}

#topbanner{
	padding:0 0;
	margin-top:52px;
}
.smallfont{
	font-size:12px;
}

.howto-table{
	margin:30px 0 0;
}
.howto-table .col-lg-4 span a,.howto-table .col-lg-6 span a{
	padding:5% 0;
}

#app-image{ 
	text-align:center;
	padding-bottom:20px;
}
#app-image .end{
	padding-left:0;
}

#app-image .qrcode{
	width:90%;
	margin:0 auto;
}
#app-image .qrcode .col-sm-6.ends{
	text-align:right;
}

.howto-catitle{
	display:block; 
	text-align:center; 
	font-size:16px;
}

.howto-table{
	margin:20px 0 0;
}
.howto-table .col-lg-4 span a{
	padding:5% 0;
}


