@charset "utf-8";
/* CSS Document */
body {
	font-size: 13px;
}
body.noscroll {
	height: 100%;
	overflow: hidden;	
}
.container ,.containers{
	width: 100%;
	padding: 0 10px;
}
.container.last-child,.containers.last-child {
	margin-bottom: 0;
}
.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-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;
}
.row-nomargin,
.containers>.row-nomargin,
.containers>.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 { 
	margin: 30px auto ;
	font-size: 22px;
}
h2 span{
	display: inline-block;
	padding: 0 10px 2px;
	background: url("../images/h2_bg_sp.jpg") repeat-x bottom;
}
h3 {
	padding: 30px 0 ;
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
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-red, .btn-md.btn-orange {
	box-shadow: none;
	width:100%;
}
.btn-pay {
	width: 100%;
	padding: 5px;
	font-size: 12px;
}
.btn-lgr {
    width: 80%;
    padding: 18px;
    font-size: 16px;
}

#wrap {
	width: 100%;
	height: 100%;
}

/* Id
-----------------------------------------------*/

#main {
	padding: 0px 0 15px;
}
#footer {
	text-align: center;
	font-size: 10px;
	padding: 20px 0 140px;
}
#footer .footer-nav {
	margin: 10px auto;
}

/*TOP*/
#btn-login{
	position: absolute;
	top: 18px;
}
#btn-login .container { 
	width: 100%;
}
#btn-login .container a{
    font-size: 14px;
    padding: 2px 30px 4px;
	line-height: 34px;
	margin-right: 12px;
}
#top-movie{
	/*height: 70vh;*/
	height: auto;
	padding-bottom: 30px;
}
/*@media screen and ( max-width:430px){
	#top-movie{
	height: 56vh;
}}*/
#top-movie #top-movie-center{ 
	width: 90%;
	text-align: center;
	padding-top: 36%;
	
}
#top-movie #top-movie-center .logo{
	margin-bottom: 30px;
}
#top-movie #top-movie-center .logo img{
	width:50%;
}
#top-movie #top-movie-center .title {
	line-height: 120%;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}
#top-movie #top-movie-center .title font{
	font-size: 16px; 
}
#top-movie #top-movie-center .button{
	font-size: 14px;
	border-radius: 6px;
	width: 90%;
	margin: 0 auto;
	line-height: 22px;
	padding: 10px 0;
}
/*#top-movie-left .button font{
	text-decoration: line-through;
}
#top-movie-left .button b{
	font-size: 28px;
	line-height: 160%;
	font-weight: normal;
}
#top-movie-left .button .times{
	font-size: 12px;
	width: 160px;
	line-height: 180%;
}*/

/* Normal
-----------------------------------------------*/
.contents{
	width:100%;
	padding-bottom: 30px;
}
.contents p{
	line-height: 180%;
}
#content .btns.row{
	margin-bottom: 24px;
	margin-top: 30px;
}
#content .btn{
	margin:0 0 10px 0;
}
#content .btns .btn-lg{
	padding: 18px;
  	font-size: 18px;
}
#content .btns .btn-lg small{
	font-size: 11px;
}

.text02 strong{
	font-size: 18px;
	height: auto;
	line-height: 26px;
	letter-spacing: 0;
	margin-bottom: 20px;
	padding: 14px 10px;
}
.text02 img{
	margin-bottom: 30px;
}

.text02-fonts{
	margin-top: 30px;
}
.text02-fonts strong{
	color: #fff;
	font-size: 18px;
	height: auto;
	line-height: 26px;
	padding: 12px 10px;
}
.text02-fonts p{
	padding: 12px;
	line-height: 22px;
}
	
.text03{
	margin-bottom: 20px;
}
.text03 dl{
	margin: 20px 0; 
}
.text03 dt{
	font-size: 14px;
	float: none;
	width: 20%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto 20px;

}
.text03 dd{
	font-size: 14px;
	float: none;
	line-height: 26px;
	width: 100%;
}	
.text03.others dt {
	width: 40%;
	line-height: 20px;
	padding: 8px 0;
	height: auto;
	margin-top: 8px;
	margin: 0 auto 20px;
}
.text03.others dd{
	width: 612px;
}

	
#list-text{
	padding: 60px 0; 
	background-size: cover;
}
#list-text h2{
	padding-left: 0;
	text-align: center;
	margin-bottom: 30px;
}

#list-text ul{
	font-size: 14px;
	margin: 0 auto;
	width: 90%;
}
#list-text ul li {
	background:url(../images/listtext_bg.svg) 0 center no-repeat;
	margin-bottom: 20px;
	padding-left: 40px;
	text-align:left;
}
#list-text ul li:last-child {
	margin-bottom: 0;
}

#list-item{
	margin: 0 auto;
	width: 90%;
	padding: 0 0 20px; 
}
#list-item .col-lg-4{
	width: auto;
	margin-right: 0;
	padding:20px;
	margin-bottom: 30px;
	height: auto;
}
#list-item .col-lg-4 p small{
	font-size: 10px;
}
#content .contents{
	width: 100%;
	padding-bottom: 0px;
}
#content .contents .man{ 
	position:static; 
	bottom: 0;
	left: 25%;
}
#content .contents .man img{
	width: 50%;
}
#content .pic span{ 
	position: absolute;
	bottom: 3px;
	left: 124px;
	width: 110px;
	height: 30px;
}
@media screen and ( max-width:375px){
	#content .pic span{ 
		bottom: 0;
		left: 104px;
	}
}

#cons{
	background:none;
	width:90%;
	margin: 0 auto;
}
#process{
	background:url(../images/process_bg.svg) top no-repeat;
	background-size: cover;
}
#process .cons{
	width: 75%;
	padding-left: 25%;
	margin: 0 auto;
	background: url(../images/process.svg) no-repeat;
	background-size: 23%;
	margin-bottom: 20px;
	min-height: 300px;
}
#process table{
	width:96%;
	font-size: 14px;
}
#process td{
	padding:22px 10px 22px 48px; 
	background: 6px center no-repeat;
}

/* Forms
-------------------------------------------- */
#apply{
	font-size: 14px;
	padding-bottom: 50px;
}

.table-form {
	width: 96%;
	margin: 0 auto;
	padding: 1px 0 14px;
}
.table-form:first-child [class*=col-lg-]{
	line-height: 40px;
}
.table-form [class*=col-lg-] {
	padding: 4px;
	line-height: 40px;
}
.table-form .col-lg-4.col-sm-12 {
	margin-bottom: 0;
}
.table-form .col-lg-4 {
	line-height: 30px;
}

.btn-plate {
	padding: 0 0;
	margin-top: 20px;
}
.btn-form{
	width: 200px;
    line-height: 26px;
    font-size: 16px;
	margin-top: 30px;
}

.error-text{
	font-size:12px;
}
.agreed-terms{
	margin-bottom: 0;
	text-align: center;
}
.ui-checkbox{
	margin-left: 0;
	line-height: 20px;
}
.ui-checkbox input[type=checkbox] { 
	margin-right:6px;
	width: 16px; 
	height: 16px; 
}
.ui-checkbox input[type=checkbox]::before{
	width: 14px;
	height: 14px;
	line-height:16px;
}
#remarks,#remark{ 
	margin: 0 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=password],
textarea,
select {
	padding: 10px;
}
textarea{
	min-height: 100px;
}

select{
	width:100%;
}

.checktable h4{
	margin-bottom: 30px;
}
.checktable .table-form [class*=col-lg-] {
	padding: 8px;
	line-height: 20px;
}
.checktable .table-form {
	padding: 4px 0;
}
.checktable .btn-plate{
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
}
.checktable .btn-form,.checktable .btn-cancel{
	width: 90%;
    line-height: 10px;
    font-size: 14px;
}

.thanks-text span{
	font-size:24px;
	margin-bottom:24px;
}
.thanks-text p{
	font-size:16px;
}

.ambassador{ 
	position: fixed;
	height:0;
	width: 1020px;
	background: #555;
	bottom: 0;
	left: 0;
    right: 0;
	margin:auto;
	
}
.ambassador img{
	width: 40%;
	position:fixed;
	right: 0;
	bottom:0;
	
}

/* Magage
-------------------------------------------- */
/*Payment*/
#payment h2{
	margin: 0 0 20px;
    font-size: 24px;
    padding: 30px 0;
}
.text-space {
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 10px;
}

/* head-menu
-------------------------------------------- */
.menu-icons {
	display: block;
	float: left;
	-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;
}
.menu-icons span {
	display: block;
	width: 22px;
	height: 1px;
	background: #FFF;
	margin-bottom: 7px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.menu-icons span.bar1 {
	margin-top: 0px;
}
.menu-icons span.bar3 {
	margin-bottom: 10px;
}
.menu-icon-containers .menu-text {
	display: block;
	font-size: 7px;
	line-height: 6px;
	text-align: center;
	font-family: "Oswald";
	padding-right: -5px;
	padding-left: -5px;
	margin-right: -5px;
	margin-left: -5px;
}
.menu-icons.actives {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-icons.actives .bar1 {
	background: #333;
	-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-icons.actives .bar2 {
	opacity: 0;
}
.menu-icons.actives .bar3 {
	background: #333;
	-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(0px);
}
#white {
	width: 100%;
	height: 100%;
}
#white.actives nav#nav-menus {
	width: 80vw;
	height: 100%;
	z-index: 999; 
	top:0;
}
#white.actives nav#nav-menus .menu-icon-containers{
	background:none;
}
#white.actives .wrap {
	filter: blur(2px) brightness(70%);
	-webkit-transform: rotate(0.01deg);
	transform: rotate(0.01deg);
}
#nav-menus {
	color: #FFF;
	position: fixed;
	top:0;
	width: 52px;
	height: 52px;
	right: 0;
	z-index: 9999;
	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-menus .menu-icon-containers {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	background-color: #8AB163;
	padding: 15px;
}
#nav-menus .menu-list-containers {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow-y: auto;
	background: #FFF;
	transition: all 0.3s ease-out;
}
#nav-menus .menu-list-containers.actives {
	display: block;
}
#nav-menus .menu-list-containers ul {
	width: 90%;
	margin: 50px auto ;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#nav-menus .menu-list-containers li {
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	line-height: 1.5;
}
#nav-menus .menu-list-containers li a {
	display: block;
	padding: 20px 16%;
	line-height: 1.3;
	font-size: 14px;
	text-decoration: none;
	color: #444;
	font-weight: bold;
}
#nav-menus .menu-list-containers li:first-child a {
	background:url(../images/mypage_icon_01.svg) no-repeat;
	background-position:5% 50%;
	background-size: 17px;
}
#nav-menus .menu-list-containers li:nth-child(2) a {
	background:url(../images/mypage_icon_02.svg) no-repeat;
	background-position:5% 50%;
	background-size: 17px;
}
#nav-menus .menu-list-containers li:nth-child(3) a {
	background:url(../images/mypage_icon_03.svg) no-repeat;
	background-position:5% 50%;
	background-size: 17px;
}
#nav-menus .menu-list-containers li:nth-child(4) a {
	background:url(../images/mypage_icon_04.svg) no-repeat;
	background-position:5% 50%;
	background-size: 17px;
}
#nav-menus .menu-list-containers li:nth-child(5) a {
	background:url(../images/mypage_icon_05.svg) no-repeat;
	background-position:5% 50%;
	background-size: 17px;
}

#nav-menus .menu-list-containers li a:hover,#nav-menus .menu-list-containers li a.cur{
	color:#669900;
}
#nav-menus .menu-list-containers li .nodisplay {
	display: none;	
}
#nav-menus .menu-list-containers .nav-menu-btn {
	width: 90%;
	margin: 0 auto;
}
#nav-menus .menu-list-containers .nav-menu-btn .btn {
	margin: 0 0 20px;
}
#nav-menus .menu-list-containers li small {
	font-size: 10px;
	font-weight: bold;
}
@media only screen and (width: 768px){
	.nav-menus-fontslist .col-sm-12{
	text-align:center;
}
}


.rightside{
	float: none;
	width: 100%;
	border-left: none;
	padding: 0px;
	margin-top: 30px;
}

#mypage{
	background-color: #FFF;
	border: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 40px;
}
#mypage h2{
}
#mypage h2 small{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: -5px;
}

/* .collapsible
-------------------------------------------- */
.collapsible-default {
	line-height: 20px;
}
.collapsible-default .collapsible-heading {
	padding: 10px 10px 0;
	font-size: 18px;
}
.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 60px 10px;
}

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

.server-state h3{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 5px;
}
.server-state h3 img{
	width: 30px;
}
.boxs{
	float: none;
	width: 90%;
	margin: 0 auto;
}
dl.box dd pre{
	font-size: 100%;
}
.charts{
	width: 100%;
	float: none; 
}
.line{
	margin: 20px auto;
}

.btn-plates{
	clear: both;
	margin: 30px auto ;
}

.infors .col-sm-2{
	width: 20%;
}
.infors .col-sm-5{
	width: 40%;
}
.infors .col-sm-5:nth-child(3){
	border-right: 1px solid #E5E7EB;
}
.infors .col-sm-12{
	width: 100%;
	margin-bottom: 0;
	border-right: 1px solid #E5E7EB;
}
.infors span.visible-sm{
	border-bottom: 1px solid #E5E7EB;
	padding: 8px 0;
	margin-bottom: 10px;
	background: #F2F4F7;
}
.infors .row [class*=col-lg-] {
	padding: 0 0 10px;
}
.infors .col-lg-3 input,.infors .col-lg-4 input{
	width: 90%;
}
.infors .row [class*=col-lg-] {
	line-height: 30px;
}

.icon img{
	width: 40px;
	position:fixed;
	right: 15px;
	bottom:40px;
	
}
