top-image@charset "utf-8";
/* CSS Document */
@import "https://fonts.googleapis.com/earlyaccess/mplus1p.css";
@import "https://fonts.googleapis.com/css?family=Oswald:400,500,600,700";
body {
	/*font-family: "Meiryo UI", Meiryo, Arial, sans-serif;*/
	font-family: "Mplus 1p", sans-serif;
	vertical-align: baseline;
	color: #444;
	background: #FFF;
}
input, textarea, select {
	/*font-family: "Meiryo UI", Meiryo, Arial, sans-serif;*/
	font-family: "Mplus 1p", sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #0059B2;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul,ol {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}
dl,dt,dd {
	margin: 0;
	padding: 0;	
}
/* Typography
-----------------------------------------------*/
body {
	font-size: 16px;
}
h1, h2, h3, h4, h5 ,h6 {
	font-weight: normal;
}
h1 {
	margin: 0;
}
h2 {
	margin: 0 0 0px;
	font-size: 28px;
	text-align: center;
	padding: 70px 0;
}
h3 {
	margin: 20px 0 20px;
	font-size: 28px;
	text-align: center;
}
h4 {
	margin: 0 0 10px;
	font-size: 22px;
}
h5 {
	margin: 0 0 20px;
	font-size: 15px;
}
p {
	margin: 0 0 1.5em;
	line-height: 1.5;
}
small {
	font-size: 95%;
}
big {
	font-size: 120%;
}
b {
	font-size: 150%;
	font-weight: bold;	
}
hr {
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #DDDBD1;
}

/* Layout
-----------------------------------------------*/
.wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}
/*.container *:last-child,
[class*=col-] *:last-child,
.container-fluid *:last-child {
	margin-bottom: 0;
}*/
.container-voice {
	width: 1100px;

}

.row {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px;
	overflow: hidden;
}
.row-no-offset {
	margin-left: -10px;
	margin-right: -10px;
}
.row:last-child {
	margin-bottom: 0;
}
.row.last-child {
	margin-bottom: 0;
}
/*.row:last-child {
	margin-bottom: 0;
}*/
.row [class*=col-lg-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	float: left;
}
.col-lg-1 {
	width: 8.3333333333%;
}
.col-lg-2 {
	width: 16.6666666667%;
}
.col-lg-25 {
	width: 20%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.3333333333%;
}
.col-lg-5 {
	width: 41.6666666667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.3333333333%;
}
.col-lg-8 {
	width: 66.6666666667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.3333333333%;
}
.col-lg-11 {
	width: 91.6666666667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-b20 {
	width: 20%;
}
.col-lg-b40 {
	width: 40%;
}
.col-lg-offset-1 {
	margin-left: 8.3333333333%;
}
.col-lg-offset-2 {
	margin-left: 16.6666666667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.3333333333%;
}
.col-lg-offset-5 {
	margin-left: 41.6666666667%;
}

.col-lg-1 *:last-child,
.col-lg-2 *:last-child,
.col-lg-3 *:last-child,
.col-lg-4 *:last-child,
.col-lg-5 *:last-child,
.col-lg-6 *:last-child,
.col-lg-7 *:last-child,
.col-lg-8 *:last-child,
.col-lg-9 *:last-child,
.col-lg-10 *:last-child,
.col-lg-11 *:last-child,
.col-lg-12 *:last-child {
	margin-bottom: 0;
}
.row-nopadding>[class*=col-] {
	padding: 0;
}
.row-nomargin,
.container>.row-nomargin,
.container>.row-nomargin:last-child {
	margin: 0;
}
/* mt mb pt pb
-----------------------------------------------*/
.mb-10 {
	margin-bottom: 10px;	
}
.mb-20 {
	margin-bottom: 20px;	
}
.mb-30 {
	margin-bottom: 30px;	
}
.mb-40 {
	margin-bottom: 40px;	
}
/* Align
-----------------------------------------------*/
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.center-middle {
	display: table;
	width: 100%;
	height: 100%;
}
.center-middle>.inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

/* Text
-----------------------------------------------*/
.text-color-green {
	color: #669900;
}
.text-color-red {
	color: #B22C00;	
}
.text-color-blue {
	color: #334666;	
}
.text-color-yellow {
	color: #F3BE00;	
}

/* Buttons
-------------------------------------------- */
.btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
	border: none;
	max-width: 100%;
	text-align: center;
	position: relative;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn-lg {
	width: 440px;
	padding: 28px;
	-webkit-transition: none;
	transition: none;
	line-height: 1.2;
	font-size: 26px;
	border-radius: 5px;
	line-height: 1.3em;
}
.btn-lg small {
	font-size: 16px;
	line-height: 1.5em;
}
.btn-form {
	width: 220px;
	padding: 20px;
	font-size: 18px;
	border-radius: 5px;
}
.btn-md {
	width: 140px;
	padding: 7px;
	font-size: 14px;
	border-radius: 5px;
}
.btn-pay {
	width: 140px;
	padding: 7px;
	font-size: 14px;
	border-radius: 5px;
}
.btn-sm {
	width: 90px;
	padding: 12px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
.btn-ss {
	position: relative;
	width: 200px;
	padding: 12px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
.btn-red {
	color: #B22C00;
	border: 2px solid #B22C00;
	background-color:inherit;
}
.btn-red.cur {
	color: #FFF;
	background-color: #B22C00;	
}
.btn-cyan{
	border:2px solid #0094A1;
	color:#0094A1;
}
.btn-cyan.cur{
	color: #FFF;
	border: 2px solid #0094A1;
}
.btn-orange {
	color: #FF4000;
	border: 2px solid #FF4000;
}
.btn-orange.cur {
	color: #FFF;
	background-color: #FF4000;
}
.btn-white {
	color: #555;
	background-color: #FFF;
}
.btn-green {
	color: #59B200;
	border: 2px solid #59B200;
}
.btn-green.cur {
	color: #FFF;
	background-color: #59B200;
}
.btn-blue {
	color: #334666;
	border: 2px solid #334666;
}
.btn-blue.cur {
	color: #FFF;
	background-color: #334666;
}
.btn-gray {
	color: #333;
	background-color: #EEE;
}
.btn-animation {
  display: inline-block;
}
.btn-animation:before,
.btn-animation:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation:before {
  left: 50.004%;
}
.btn-animation:after {
  right: 50.004%;
}
.btn-animation:hover:before {
  left: 0;
}
.btn-animation:hover:after {
  right: 0;
}
.btn-animation:hover:before,
.btn-animation:hover:after {
  width: 50.004%;
}
.btn-animation:hover {
  color: #FFF;
}
.btn-orange.btn-animation:hover:before,
.btn-orange.btn-animation:hover:after {
	background: #FF4000;
}
.btn-green.btn-animation:hover:before,
.btn-green.btn-animation:hover:after {
	background: #59B200;
}
.btn-blue.btn-animation:hover:before,
.btn-blue.btn-animation:hover:after {
	background: #334666;
}
.btn-red.btn-animation:hover:before,
.btn-red.btn-animation:hover:after {
	background: #B22C00;
}
.btn-cyan.btn-animation:hover:before,
.btn-cyan.btn-animation:hover:after {
	background: #0094A1;
}


/*Visible
-----------------------------------------------*/
.visible-sm,
.visible-md {
	display: none !important;
}

/* Id
-----------------------------------------------*/
#top-text-line {
	background: #333;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
	font-size: 12px;
}
#header {
	height: 80px;
	margin: 0 auto;
}
#header.on {
    position: fixed;
    z-index: 100;
    top: 0 !important;
}
#navi {
	width: 100%;
	height: 80px;
	background: #334666;
}
#navi li {
	box-sizing: border-box;
	width: 140px;
	height: 80px;
	float: left;
	border-right: 1px solid rgba(248, 248, 241, 0.1);
}
#navi li a {
	box-sizing: border-box;
	display: block;
	width: 140px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
#navi li.logo a {
	padding: 10px 0;
}
#navi li.apply {
	background: #B22D00;
	float: right;
	border: none;
}
#navi li.mypage {
	background: #698C00;
	float: right;
	border: none;
}
#navi li.apply a {
	font-size: 14px;
	line-height: inherit;
}
#navi li.apply a small {
	display: block;
	font-size: 9px;
}
#navi li.mypage a {
	font-size: 14px;
	line-height: inherit;
}
#navi li.mypage a small {
	display: block;
	font-size: 9px;
}
#navi li h1 img {
	display: block;
	margin: 0 auto;
}
#navi li, #navi li {
	position: relative;
}
#navi li a, #navi li a {
	position: absolute;
	top: 50%;
	height: auto;
	padding: 0;
	transform:translateY(-50%);
}
#pankuzu {
	padding: 51px 0 41px;
	text-align:center;
	background: url(/assets/images/pankuzu_bg.jpg)  repeat-x;	
	color: #333333;
	font-size: 25px;
	border-bottom:5px solid #333333;
}
#pankuzu small {
	font-size: 20px;
}
#main {
	padding: 0 0 50px;
}
#footer {
	background: #333;
	padding: 20px 0;
	color: #FFF;
	font-size: 12px;
}
#footer .footer-nav {
	margin-top: 10px;	
}
#footer .copyright {
	text-align: right;	
}
#footer a, 
#footer a:hover {
	color: #FFF;
	text-decoration: none;
}
/*TOP*/
#top-image {
	background-color:rgba(204, 217, 221, 0.3);
	background-image:url(../images/index_topimage_bg.jpg) ;
	background-repeat:repeat-x;
	paosition: relative; 
}
#top-image img{ 
	display:block; 
	margin: 0 auto;
}
#top-image a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*#top-image img{
	display: block;
}*/
#number {
	padding: 20px;
	background: #334666;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
#campaign {
	padding: 20px;
	background:#333;/*333*/
	text-align: center;
}
.line{
	border:0.5px dashed #FBFBFB;	
	margin:10px auto;
}
.black-line{
	border:0.5px solid #333333;	
}
#news {
	/*background: url(../images/news_bg.jpg) repeat;*/
	padding: 0 0 50px;
	background:#EEEFED;
}
#news .news-list {
	background: #333;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#news .news-list .news-list-item {
	padding: 20px;
	border-bottom: 1px solid #666;
}
#news .news-list .news-list-item a {
	color: #73DCFF;
}
#news .news-list .news-list-item:last-child {
	border-bottom: none;
}
#method {
   padding: 0 0 50px;
   background-color:#EEEFED;
}
#method .method {
	
}
#method .method .col-lg-3,#method .method .col-lg-25 {
	border-right: 1px solid #DDD;
}
#method .method .col-lg-3:last-child,#method .method .col-lg-25:last-child {
	border-right: none;
}
#method .method .method-name {
	padding: 50px 0;
	text-align: center;
	font-family: Oswald;
	font-size: 30px;
	font-weight: 600;
}
#method .method .method-description {
	text-align: center;
	line-height: 2;
	margin-bottom: 40px;
	padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
}
}
#plan {
	padding: 0 0 50px;
	/*background: #C5D2D6;*/
}
#plan .row .col-lg-6 {
	margin-bottom: 20px;
}
#plan .tax{
	display: block;
	font-size: 12px;
	padding-top: 8px;
}
#houjin-plan {
	background: #000;
	text-align: center;
}
#svpn{
		background-color:#fff;
		padding: 0 0 70px;
}
#svpn p{
	width:90%;
	margin:0 auto;
	text-align:center;
	line-height:180%;
}
#svpn .row [class*=col-lg-],#svpn .row [class*=col-sm-]{
	padding: 10px;
	margin-bottom:0px;
}
#svpn .piclist img {
	box-shadow: 0 0 10px rgba(170,170,170,0.2);
}
#voice {
	padding: 0 0 50px;
	background: #F0F0E1;
	color: #525252;
}

#voice li img{ float:left;}

#ss {
	padding: 0 0 60px;
	background: #1A7DC0;
	color: #FFF;
}
#ss h2 {
	border-bottom: 1px solid rgba(255,255,255,0.2);	
}
#ss p {
	font-size: 18px;
	line-height: 2em;
	font-weight: bold;
}
#ss p font{
	font-size: 16px;
}

#window {
	padding: 50px 0;
	background: url(../images/windows_bg.jpg) repeat;
}
#window.unconnect {
	background: url(../images/news_bg.jpg) repeat;
}
#window .col-lg-6 {
	padding-bottom: 10px;
}
.howto-navi{
	margin-top:60px;
	border-bottom:1px solid #333333;
}
#howto {
	padding: 0 0 50px;
	background: #FFF;
	text-align: center;	
}
#howto .howto-plate {
	height:426px;
	background: #DDD;
}
#howto .howto-lined {
	border-bottom: 1px solid #CCC;
	padding: 14px 0;
}
#howto .howto-lined .col-lg-4,#howto .howto-lined .col-lg-8 {
	padding-bottom: 3px;
}
#howto .howto-lined .col-lg-8{
	margin-top:10px;
}
#howto .howto-lined.last .col-lg-8{
	margin-top:0;
}
#howto .howto-lined.last {
	border-bottom: none;
}
#howto .howto-lined p {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;	
}
/* Normal
-----------------------------------------------*/
/*Howto*/
#howto-manual {
	
}
#howto-manual .col-lg-6 {
	margin-bottom: 40px;	
}
#howto-manual .howto-title {
	font-weight: bold;
	margin-bottom: 20px;
	word-wrap:break-word;
}
#howto-manual .howto-image {
	margin-bottom: 20px;
}
#howto-manual .howto-image img {
	display: block;
	margin: 0 auto;
}
#howto-manual .howto-comment {
	margin-bottom: 20px;	
}
#howto-manual .howto-comment p {
	font-size: 15px;
	line-height: 1.6;	
}
/*Privacy*/
#privacy {
	padding: 50px 0;
}
/*Tokutei*/
#tokusho {
	padding: 50px 0;
}
#tokusho .row {
	margin-bottom: 0;
	background:url(../images/font_bg.jpg) repeat;
	border-bottom: 1px solid rgba(255,255,255,1);
}
#tokusho .row [class*=col-lg-] {
	padding: 40px;
}
#tokusho .row .col-lg-4 {
	text-align: center;
}
/*Contact*/
#unconnect-btn{
	margin-bottom:50px;
}
#unconnect-btn .btn-cyan small{
	background:url(../images/icon_btn_cyan.jpg) no-repeat 100% 100%;
	padding-right:24px;
}
#unconnect-btn .col-lg-6 {
	padding-bottom: 10px;
}
#main .row .contact-list{
	margin-bottom:50px;
}
.contact-list .row {
	padding: 40px;
	margin-bottom: 0;
	background:url(../images/font_bg.jpg) repeat;
	border: 1px solid #FFF;
}
.contact-list .col-lg-4{
	text-align:center;
}

/*Faq*/
/* .collapsible
-------------------------------------------- */
#faq{
	padding: 0px 0 15px;
}
#faq .row{
	margin-bottom:60px;
}
#faq .black-line:last-child{
	border:none;
}
.collapsible-default {
	line-height: 30px;
}
.collapsible-default .collapsible-heading {
	min-height: 30px;
	padding: 20px 60px;
	position: relative;
	background:url(../images/font_bg.jpg) repeat-x;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}
.collapsible-default .collapsible-heading.active {
	background-image:none;
	margin-bottom: 0;
}
.collapsible-default .collapsible-heading:before {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	background-image: url(../images/faq/icon_q_30x30.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	left: 20px;
}
.collapsible-default .collapsible-heading:after {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	background-image: url(../images/faq/icon_plus_30x30.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	right: 20px;
}
.collapsible-default .collapsible-heading.active:after {
	background-image: url(../images/faq/icon_minus_30x30.png);
}

.collapsible-default .collapsible-body {
	position: relative;
	display: none;
	padding: 20px 20px 20px 60px;
	/*border-bottom: 1px solid #CCC;*/
}
.collapsible-default .collapsible-body.active {
	display: block;
}

.collapsible-default .collapsible-body.active:before {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	background-image: url(../images/faq/icon_a_30x30.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 20px;
	left: 20px;
}

/*Unconnect*/
.bad-method {
	
}
.bad-method .bad-method-point {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 20px;
}
.bad-method .bad-method-point span {
	display: block;
	padding: 40px 0;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

/*Offer*/
#credit {
	padding: 0 0 50px;
	background:url(../images/font_bg.jpg) repeat;
}
#offer {
	padding: 0 0 50px;
}
.offer-mail {
	background: #334666;
	padding: 20px;
}
.offer-mail .col-lg-3, .offer-mail .col-lg-2 {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	line-height: 50px;
}
.offer-mail input[type=text], .offer-mail input[type=password] {
	width: 100%;
	padding: 16x;
}
#attention {
	padding: 0 0 50px;
	margin-bottom: 50px;
	background: #B22D00;
}
#attention h2{
	color:#fff;
	margin-bottom:0;
}
#attention .p2p p{
	line-height:2;
	color: #fff;
	text-align:center;
}
.comp-text{
	margin-left:30px;
}
/*Payment*/
#payment {
	padding: 0 0 50px;
}


/*Reuse*/
.box-border-text {
	/*border: 10px solid #F0F0DF;*/
	background:url(../images/font_bg.jpg) repeat;
	padding: 25px;
}
.box-border-text.scrollbar{
	height: 400px;
	overflow: auto;	
}
.btn-plate {
	text-align: center;
	padding: 30px 0;	
}

.table-form {
	width: 960px;
	margin: 0 auto;
	background:url(../images/font_bg.jpg) repeat;
	border-bottom: 1px solid #FFF;
}
.table-form [class*=col-lg-] {
	padding: 20px;
}
.table-form .col-lg-4 {
	line-height: 52px;
	font-weight: bold;
}
.table-form .col-lg-4:first-child {
	text-align: right;
}

.table-form [class*=col-lg-12]:nth-child(odd) {
	padding-bottom: 0;
	font-weight: bold;
}

.table-form-border {
	width: 840px;
	margin: -1px auto 0;
	background:url(../images/font_bg.jpg) repeat;
	border: 1px solid #fff;
}
.table-form-border.top {
	margin: 0 auto 50px;
}
.table-form-border [class*=col-lg-] {
	padding: 30px;
}
.table-form-border .col-lg-4 {
	text-align: center;
	/*font-weight: bold;*/
}
.table-form-border .nopadding {
	padding: 0;	
}
.table-form-border .payment-info {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #FFF;
	font-size:13px;
	display: flex;
}
.table-form-border .payment-info:last-child {
	border-bottom: none;
}
.table-form-border .payment-info [class*=col-lg-] {
	padding: 15px;
	line-height: 40px;
	margin: 0;
	border-left: 1px solid #ffffff;
}
.table-form-border .payment-info.payment-info-title {
	background: #333333;
	color:#fff;
}

.table-form .col-lg-8{
	line-height: 52px;
}
.table-form input[type="checkbox"],
input[type="radio"] {
	width:18px;
	height:18px;
	vertical-align:middle;
}
::-webkit-input-placeholder {
    color: #AAAAAA!important;
	font-size:14px;
	font-weight:normal;
}
.table-form-space{
	margin-top:26px;
}
.table-form-font{
	display:block;
	font-size:13px;
}
.textarea-end{
	margin-top:40%;
}
.table-form textarea.end {
	min-height: 290px;
}
.form-top-font{
	text-align:center;
}
.table-form .sp{
	line-height:2;
}
.table-form .btn-red{
	background-color:inherit;
}
.table-form-plan{
	width:100%;
}
.table-form-plan th,.table-form-plan td{
	vertical-align:middle;
	text-align:center;
	border-left:1px solid #FFF;
	width:25%;
	padding:20px 0;
}
.table-form-plan th{
	background-color:#333;
	color:#FFF;
	
}
.table-form-plan td{
	border-top:1px solid #FFF;
}
.table-form-plan tr:last-child{
	border-bottom:none;
}
.table-form-plan a{
	width:80%;
	margin-bottom:10px;
}

/* Forms
-------------------------------------------- */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 14px;
	border: 1px solid #AAA;
	background: #FFF;
}
textarea {
	min-height: 90px;
	resize: vertical;
}
.input-group {
	display: table;
}
.input-group input,
.input-group textarea,
.input-group select,
.input-group-addon {
	display: table-cell;
}
.input-group-addon {
	padding: 0 0 0 10px;
	width: 1%;
}

/* .pagination
-----------------------------------------------*/
.pagination {
	padding: 0;
	margin: 0 0 50px;
	list-style: none;
}
.pagination>li {
	display: inline-block;
	margin-right: 6px;
	color: #1A5FAB;
	background-color: #FFF;
}
.pagination>li:last-child {
	margin-right: 0;
}
.pagination>li>span {
	display: block;
	padding: 10px 14px;
}
.pagination>li>a {
	display: block;
	padding: 10px 14px;
	color: #1A5FAB;
	background-color: #FFF;
	text-decoration: none;
}
.pagination>li.active {
	color: #FFF;
	background-color: #1A5FAB;
}

/* ------------------------------------ */
.switch-compornent{
	width:80px;
	height:24px;
	display:inline-block;
	overflow:hidden;
	position:relative;
	background:url(../images/switch/background.png) no-repeat;
}
.switch-compornent .handle{
	position:absolute;
	left:-45px;
	
	background: url(../images/switch/btn05.png) no-repeat;
	
	transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	
	width:125px;
	height:24px;
}
.switch-compornent .handle.handleRed{
	background: url(../images/switch/btn02.png) no-repeat;
}
.switch-compornent .handle.handleGreen{
	background:url(../images/switch/btn03.png) no-repeat;
}
.switch-compornent .handle.handleGlay{
	background: url(../images/switch/btn04.png) no-repeat;
}
.switch-compornent .handle:hover{
	cursor:pointer;
}
.switch-compornent.on .handle{
	left:0px;
}
.switch-compornent.off .handle{
	left:-45px;
}

/* ------------------------------------ */
.screen-cover{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: #000;
	z-index:20000;
	opacity:0;
	
	transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
}
.screen-cover.in{
	opacity:0.8;
}
.modalWindow{
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 20010;
	width: 560px;
	margin-left: -280px;
	background-color: #FFF;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.modalWindow.hide{
	display:none;
}
.modalWindow.fade{
	opacity:0;
	top: -25%;
	transition: opacity 0.2s linear,top 0.2s ease-out;
	-webkit-transition: opacity 0.2s linear,top 0.2s ease-out;
	-moz-transition: opacity 0.2s linear,top 0.2s ease-out;
	-o-transition: opacity 0.2s linear,top 0.2s ease-out;
}
.modalWindow.fade.in{
	display:block;
	opacity: 1;
	top:10%;
}
.modalWindow .modal-header{
	padding: 9px 15px;
	border-bottom: 1px solid #EEE;
}
.modalWindow .modal-header .closeModal{
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .2;
	
	padding: 0;
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
	border: 0;
	-webkit-appearance: none;
	margin-top: 2px;
}
.modalWindow .modal-header .closeModal:hover{
	opacity: .6;
}
.modalWindow .modal-header h3{
	margin-top:7px;
	font-size:15px;
	font-weight:bold;
	border-bottom:none;
	margin-bottom:5px;
}
.modalWindow .modal-body{
	position: relative;
	max-height: 400px;
	padding: 15px;
	overflow-y: auto;
}
.modalWindow .modal-footer{
	padding: 15px 15px;
	border-top: 1px solid #EEE;
	text-align:center;
}
.modalWindow .modal-footer .btn{
	margin-left:5px;
	margin-right:5px;
}

.modalWindow.size01{
	width: 300px;
	margin-left: -150px;
}
.modalWindow.size02{
	width: 400px;
	margin-left: -200px;
}
.modalWindow.size03{
	width: 500px;
	margin-left: -250px;
}
.modalWindow.size04{
	width: 600px;
	margin-left: -300px;
}
.modalWindow.size05{
	width: 700px;
	margin-left: -350px;
}
.modalWindow.size06{
	width: 800px;
	margin-left: -400px;
}
.modalWindow.size05{
	width: 90%;
	margin-left: -45%;
}
/* ------------------------------------ */
.screen-cover.alert{
	background-color: #000;
	z-index:25000;
	opacity:0.2;
}
/*---- アラートボタン ----*/
.alertBox{
	position:fixed;
	z-index:25010;
	top: 38%;
	left: 50%;
	width:300px;
	padding:8px;
	border-radius:5px;
	border: solid 1px rgba(0,42,91,0.8);
	margin-left: -158px;
	
	background: #006BA7; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,107,167,0.8) 0%, rgba(0,59,109,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,107,167,0.8)), color-stop(100%,rgba(0,59,109,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,107,167,0.8) 0%,rgba(0,59,109,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,107,167,0.8) 0%,rgba(0,59,109,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,107,167,0.8) 0%,rgba(0,59,109,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,107,167,0.8) 0%,rgba(0,59,109,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006BA7', endColorstr='#003B6D',GradientType=0 ); /* IE6-9 */
	
	box-shadow:inset 0px 1px 0px #00A9FF;
	box-shadow:0px 0px 15px rgba(0,0,0,0.7);
}
.alertBox.fade{
	opacity:0;
	top: 38%;
	transition: opacity 0.2s linear,top 0.2s ease-out;
	-webkit-transition: opacity 0.2s linear,top 0.2s ease-out;
	-moz-transition: opacity 0.2s linear,top 0.2s ease-out;
	-o-transition: opacity 0.2s linear,top 0.2s ease-out;
}
.alertBox.fade.in{
	display:block;
	opacity: 1;
	top:32%;
}
.alertBox.red{
	border: solid 1px rgba(75,15,15,0.8);
	
	background: #891D1D; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(137,29,29,0.8) 0%, rgba(89,19,19,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,29,29,0.8)), color-stop(100%,rgba(89,19,19,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(137,29,29,0.8) 0%,rgba(89,19,19,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(137,29,29,0.8) 0%,rgba(89,19,19,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(137,29,29,0.8) 0%,rgba(89,19,19,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(137,29,29,0.8) 0%,rgba(89,19,19,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(137,29,29,0.8)', endColorstr='rgba(89,19,19,0.8)',GradientType=0 ); /* IE6-9 */
	
	box-shadow:inset 0px 1px 0px #D22C2C;
	box-shadow:0px 0px 15px rgba(0,0,0,0.7);
	
}
.alertBox.green{
	border: solid 1px rgba(10,63,0,0.7);
	background: rgba(41,117,0,0.7); /* Old browsers */
	box-shadow:inset 0px 1px 0px #D22C2C;
	box-shadow:0px 0px 15px rgba(0,0,0,0.7);
}
.alertBox dt{
	color:#FFF !important;
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	background-image: url(../images/noticeMark.png);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	padding-left: 25px;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
	
}
.alertBox dd{
	border-radius:5px;
	background:#F3F3F3;
	border: solid 1px #FFF;
	padding:10px;
	position:relative;
}
.alertBox ul#btnArea{
	margin-top:10px;
	position:relative;
	left:50%;
	float:left;
}
.alertBox ul#btnArea li{
	position:relative;
	left:-50%; 
	float:left;
	margin:5px;
}

/*Campaign*/
#whitebg{
	background:#fff;
	padding: 0 0 50px;
}
/* .friends
-----------------------------------------------*/
.friends-intr font{
	display:inline-block;
	margin-left:15%
}
.friends-intr b{
	font-weight:normal;
	font-size:90%;
}
.friends-intr p{
	line-height:2;
	font-size:18px;
}
#friends-table{
	background:#fff;
	padding: 0 0 50px;
}

#friends-table .col-lg-10{
	margin:0 auto;
}
#friends-table .row {
	/*padding: 30px;*/
	margin-bottom:0;
	background: #FFF;
	border: 1px solid #669900;
	border-bottom: none;
}
#friends-table .row div{
	text-align:center; 
}
#friends-table .bgcolor{
	background-color:#F5FFCE;
	color:#E02000;
	font-weight:bold;
}
#friends-table .bgcolor .col-lg-4{
	color:#444;
	background-color:#fff;
}
#friends-table .row .col-lg-4,#friends-table .row .col-lg-8{
	padding: 20px;
}
#friends-table .row:last-child {
	border-bottom: 1px solid #669900;
}
#friends-table .col-lg-4{
	border-right:1px solid #669900;
}

.friends-list .pic{
	padding-top:4%;
	clear:both;
	text-align:center;
	margin:0 auto;
}

/* .thanksgiving
-----------------------------------------------*/
.thanks-top{
	width:100%;
	text-align:center;
	margin-top:5%;
}
.thanks-infr{
	width:960px;
	margin:0 auto 50px ;
	background:url(../images/font_bg.jpg) repeat;
}
div.thanks-infr:last-child{
	margin-bottom:0;
}
.tgtxt {
	font-size:16px;
	font-weight:bold;
	line-height:180%;
}
.tgtxt .row{
	padding:2% 0;
	margin-bottom:0;
	border-bottom:1px solid #DFDFD0;
}
.tgtxt .row:last-child{
	border-bottom:none;
}
.tgtxt .col-lg-2{
	text-align:center;
	padding-left:2%;
}
.tgtxt .col-lg-10{
	padding:0 2% 0 3%;
}
.tgtxt .col-lg-10 img{
	margin:1% 0 0;
}
.tgtxt span.red{
	color:#B22C00;
}
.tgtxt span.green{
	color:#678C00;
}

/*-----------------------------------------------*/
/*Howtos*/
#howtos{
	padding: 0 0 50px;
}
.howto-list{
	border:1px solid #555;
	text-align:center;
	padding-bottom:8px;
	
}

.howto-list span{
	display:block;
	border-bottom:1px solid #555;
	font-size:20px;
	padding:10px 0; 
	color:#555;
}
.howto-list .row [class*="col-lg-"]{
	padding:0;
}
.howto-list a{
	display:block;
	width:90%;
	margin:0 auto;
	color:#334666;
	background-color:#eee;
	padding:3% 0 3%;
	text-decoration:none;
	border:1px solid #334666;
	border-radius:5px;
}
.howto-list a:hover,.howto-list a.cur{
	color:#FFf;
	background-color:#334666;
}
.howto-list .row.last .col-lg-12{
	margin-bottom:15px;
}
.howto-list .end a{
	background:none;
	border:none;
	line-height:160%;
}

.thanks-intr-top{
	width:100%;
	background:#E7E9E6;
}
.thanks-intr-top h2{
	padding:70px 0 50px;
}

#topbanner{
	/*background:#EBE9E8;*/
	text-align:center;
	padding:0;
	/*background: url("../images/campaign2021_bg.jpg") repeat-x;*/
	background-size: contain;
}
#topbanner a{ 
	display:block;
}
#topbanner img{ 
	display:block;
	margin:0 auto;
}
.smallfont{
	font-size:14px;
}

.howto-table{
	margin:40px 0 0;
}
.howto-table .col-lg-4 span a,.howto-table .col-lg-6 span a{
	 text-decoration:none;
	 display:block;
	 border:2px solid #334666;
	 background:#fff; 
	 color:#555;
	 padding: 3% 0;
	 text-align:center;
	 border-radius: 5px;
}

.howto-table .col-lg-4 span a:hover,.howto-table .col-lg-4 span a.cur,.howto-table .col-lg-6 span a:hover,.howto-table .col-lg-6 span a.cur {
    color: #FFF;
    background-color: #334666;
}

