@charset "euc-jp";

/*--------------
 * Table of Contents
--------------*/

/*----- 1. Reset.css -----*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --- Common Styles ---*/

h1 {
  font-size: 16px;
}

/*----- Helper Classes -----*/

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#666;
  font-family: Open Sans;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Open Sans;
}
h2 {
    font-size: 37px;
    font-weight: 900;
    margin: 100px 0 10px 0;
    text-align:center;
}
h3 {
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 20px 0;
}
p {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.4;
    margin: 10px 0 10px 0;
}
p.englishtitle{
    margin-bottom:30px;
    text-align:center;
}
.em{
    font-weight:bold;
    font-size:120%;
}
table{
    line-height:1.4;
}
.kome{
    font-size:13px;
}
::-moz-selection {
    color: #FFFFFF;
    background: #1eb858;
}

::selection {
    color: #FFFFFF;
    background: #1eb858;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}

.underline {
	display: inline;
	border-bottom: 3px solid #111;
	padding-bottom: 0;
}

.after-line {
	height: 3px;
	width: 100px;
	background: #001CFF;
	margin-top: -10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.sup-title {
	display: inline-block;
	font-size: 1em;
	padding: 4px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background: #000000;
	margin: 0 0 20px 0;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
    top: 40%;
    position: relative;
  z-index: 9999;
}

.logo {
  margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}



/* ------ Navbar Styling Starts ----- */


.navbar {
	font-size: 14px;
  font-family: Open Sans;
	font-weight: 400;
	text-transform: capitalize;
	padding-top: 25px;
	letter-spacing: 1px;
	height: 80px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-backface-visibility: hidden;
}

.navbar-default {
  transition: all 0.6s ease;
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-radius: 0px;
  border-color: transparent;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
    padding: 4px 6px;
    font-size: 14px;
    color: #111111;
  }

.navbar-default .navbar-brand {
	padding-top: 7px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
  transition: 1s;
}

.navbar-default .navbar-nav > li > a {
  color: #111111;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
  transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #A1A1A1;
}

.navbar-default .navbar-nav > .active > a {
  background: transparent;
  color: #222222;
  }


.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
  color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
  background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
  color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #999999;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 15px;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

/*---------- Media Queries ---------*/

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

	.navbar {
		padding-top: 5px;
		height: 60px;
	}

  .navbar-default {
    border: 0px;
    background-color: transparent;
  }

	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
	  background-color: #FFFFFF;
	}

  .navbar-default .navbar-collapse {
    border: 0;
    border-color: transparent;
  }

  .navbar-default .navbar-nav > li> a {
    color: #222222;
		margin-top: 10px;
  }

	.navbar-default .navbar-nav > li> a:hover {
		color: #222222;
	}

  .navbar-default .navbar-brand {
    color: #FFFFFF;
    padding: 7px 15px;
  }

	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #111111;
  }
}

@media only screen and (min-width: 240px) {


.navbar.past-main {
	font-size: 14px;
	padding-top: 5px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.99);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.navbar-default.past-main .navbar-brand {
	color: #111111;
}

.navbar-default.past-main .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default.past-main .navbar-nav > li > a {
  color: #222222;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.navbar-default.past-main .navbar-nav > li > a:hover {
  color: #111111;
}

.navbar-default.past-main .navbar-nav > .active > a {
  background: transparent;
  color: #5924EC;
  }


.navbar-default.past-main .navbar-nav > .active > a:hover {
    background: transparent;
    color: #222222;
}

.navbar-default.past-main .navbar-nav > .active > a:focus {
	background: transparent;
  color: #222222;
}

}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}
.visible-xs img{
    padding-top:10px;
}

/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/


#main {
  height: 100%;
}

/* ----- Hero Section Styling Starts ----- */

.hero-section {
	height: 100%;
	background: #FFFFFF;
	padding: 150px 0 0 0;
}

.hero-content {
	padding: 100px 0 100px 0;
	overflow: hidden;
}

.hero-content h1 {
	font-size: 34px;
	font-weight: 400;
	color: #262626;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.hero-content p {
	font-family: Open Sans;
	font-size: 14px;
	color: #A1A1A1;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}
.btn-action {
 font-family: Open Sans;
 background-color: #1eb858;
 border: 1px solid #1eb858;
 border-radius: 0;
 color: #FFFFFF;
 font-size: 13px;
 font-weight: 400;
 letter-spacing: 2px;
 line-height: 1;
 padding: 10px 21px;
 text-transform: uppercase;
 outline: none;
 -webkit-transition: 200ms;
 -moz-transition: 200ms;
 -o-transition: 200ms;
 transition: 200ms;
}

.btn-action:hover, .btn-action:focus,
.btn-action:active, .btn-action:active:focus {
 background: transparent;
 outline: none;
 color: #1eb858;
 background: transparent;
 border-color: #1eb858;
}


.software .hero-section img {
	margin: 0 auto;
}

.form .hero-section {
	background: #f3f3f3;
	background-size: cover;
	padding: 150px 0 0 0;
}

.form .hero-content {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.form img {
	margin: 0 auto;
}

input[type="text"],
textarea,
textarea.form-control {
    height: 120px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #DDDDDD;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888888;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea,
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	background: #FFFFFF;
    border: 1px solid #111;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }


/* -----------------------------------------------------
--------------- Top Contents ----------------
--------------------------------------------------------*/
.app .hero-section {
	padding: 50px 0 0 0;
}
.app .hero-content {
	padding: 100px 0 0 0;
}
.app img {
	margin: 0 auto;
}
.top_btnarea {
	background-color: #fcbe03;
        color:#fff;
	padding: 50px 0;
}
.top_btnarea p {
        display:inline-block;
        font-weight:bold;
}
.top_btnarea a{
        display:inline-block;
        border:#fff 2px solid;
        border-radius:6px;
        padding:10px 0;
        width:250px;
        text-align:center;
        font-size:20px;
        font-weight:bold;
        background-color:#fff;
        color:#666;
        -webkit-box-shadow: 0 2px 2px rgba(174,131,2,0.7);
	box-shadow: 0 2px 2px rgba(174,131,2,0.7);
}
.top_btnarea a:link,.top_btnarea a:visited{
        color:#666;
        text-decoration:none; 
}
.top_btnarea a:hover{
        background-color:transparent;
        color:#fff;
        text-decoration:none; 
}

/*----------------------------------------------------
----------- program ----------
-----------------------------------------------------*/
.pgm {
	padding: 0 0 100px 0;
	background: #F2F2F2;
}
.pgm-intro {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
}
.pgm .col-md-12{
	border-bottom:#666 1px dotted;
	padding:15px 0;
}
.pgm .col-md-12:first-of-type{
	border-top:#666 1px dotted;
}
.pgm .col-md-3{
	padding-top:8px;
}
.pgm-icon {
  margin: 5px 5px -5px 0;
	background: #1eb858;
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
}
.pgm-icon i {
	font-size: 15px;
  font-weight:bold;
	color: #f2f2f2;
	position: absolute;
	left: 22px;
	top: 9px;
}
.pgm-content {
	padding: 10px 0 50px 0;
}
.pgm-content h1 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #454545;
	margin: 0 0 10px 0;
}
.pgm-content p {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	letter-spacing: 0;
}
.pgm .extra{
    float:left;
    margin-top:50px;
}
.pgm .extra h5{
    font-weight:bold;
}
.pgm .extra h5:last-of-type{
    margin-top:50px;
}
.app ul{
        margin-top:20px;
}
.app ul li{
        padding:5px 0;
}
.app ul li:before{
        content:"ąŁ";
        font-size:16px;
        color:#1eb858;
}

/*  --------------------------------------------------
------------- features ----------------
-----------------------------------------------------*/

.features {
	background: #FFFFFF;
	padding: 0 0 100px 0;
}
.features table {
    width: 840px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
@media only screen and (max-width: 995px) {
    .features table {
        width: 100%;
    }
} 
.features table th,
.features table td {
    padding: 18px 15px 12px;
}
 
.features table th {
    background: #1eb858;
    vertical-align: middle;
    text-align: left;
    width: 54px;
    height:54px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
}
 
.features table th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #1eb858;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    .features table th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
.features table td {
    background: #f8f8f8;
    width: auto;
    padding-left: 20px;
    font-size:18px;
    text-align:left;
}

/*-------------------------------------------------------
------------- greycont & whitecont ------------
--------------------------------------------------------*/

.greycont {
	background: #F9F9F9;
	overflow: hidden;
        padding-bottom:100px;
}

.whitecont {
	background: #FFFFFF;
        padding-bottom:100px;
	overflow: hidden;
}
/*----------------------------------------------------
----------- introduction ----------
-----------------------------------------------------*/
#introduction .col-md-12:nth-of-type(2){
    margin-top:10px;
}
#introduction .col-md-9:nth-of-type(1){
        padding-left:0;
}
#introduction .col-md-9:nth-of-type(2){
        padding-right:0;
}
/*-------------------------------------------------------
------------- information ------------
--------------------------------------------------------*/
table.simple_border{
	width:100%;
        margin:0 auto;
        border-top:#ccc 1px solid;
}
table.simple_border tr{
        border-bottom:#ccc 1px solid;
}
table.simple_border th,
table.simple_border td{
        padding:15px;
}
table.simple_border th{
	width:20%;
}
.nopadding .col-md-3,.nopadding .col-md-4{
        padding:0;
}
.nopadding .col-md-3 img{
        width:100%;
        max-width:275px;
}
.nopadding .col-md-4 img{
        width:100%;
        max-width:370px;
}

/*-------------------------------------------------------
------------- speaker ------------
--------------------------------------------------------*/
#speaker{
     background-color:#666;
     padding:0 0 100px 0;
}
#speaker h2,#speaker h3,#speaker h4,#speaker p{
    color:#fff;
}
.speaker-cont img {
  width:120px;
  height:120px;
  margin-bottom:30px;
}
#speaker .books{
    border:#999 1px solid;
    margin-top:30px;
    padding:20px;
}
#speaker .books img{
    height:130px;
    margin-right:10px;
}

/* -------------------------------------------------------
----------- FORM --------------
---------------------------------------------------------*/
form table th,form table td{
    padding:20px;
}
form table select{
    width:250px;
    overflow:hidden!important;
}
form .necessary{
    display:inline-block;
    background-color:#f17c00;
    color:#fff;
    border-radius:5px;
    padding:2px 4px;
    margin-left:8px;
    font-size:80%;
    font-weight:bold;
}
form .exp{
    font-size:90%;
    margin-bottom:0;
}
form .btn_area{
    margin:30px 0;
    text-align:center;
}
form .btn_area input{
    width:200px;
    background-color:#f17c00;
    border:none;
    padding:10px;
    border-radius:5px;
    color:#fff;
    font-size:20px;
    font-weight:bold;
}
form .btn_area input:hover{
    background-color:#f69d01;
}
form h5 {
    margin-top:30px;
    font-size:15px;
}
.app form ul {
    margin-top:3px;
    margin-bottom:50px;
    font-size:13px;
}
form .underbtn {
    margin-top:80px;
}

/* -------------------------------------------------------
----------- footer --------------
---------------------------------------------------------*/
.footer {
	font-family:"Open Sans";
        background-color: #F3F3F3;
        width: 100%;
        height: 100%;
	overflow: hidden;
}
.footer p{
	font-size:13px;
}

/* -------------------------------------------------------
----------- Bact-to-Top --------------
---------------------------------------------------------*/
.back-to-top {
	background: rgba(30, 184, 88, 0.5);
	margin: 0;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	z-index: 90;
	display: none;
	text-decoration: none;
	color: #0E1729;
}

.back-to-top i {
	position: relative;
	left: 6px;
	top: 8px;
	font-size: 24px;
	color: #fff;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}
.back-to-top:hover {
    background: rgba(30, 184, 88, 0.9);
    color: #fff;
    text-decoration:none;
    border:none;
}

.back-to-top:hover i {
	top: 6px;  
}

.back-to-top:focus {
    color: #fff;
    text-decoration:none;
}

/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/
@media only screen and (min-width: 1155px) {
        .form .hero-section .container{
                width:1185px;
        }
}
@media only screen and (min-width: 767px) {
	.logo {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}
	.hero-section {
		padding: 150px 0 100px 0;
	}
        .form .hero-section img{
                max-width:100%;
                margin:99px 0 46px;
	}
	.software .features {
		padding: 100px 0 100px 0;
	}
        form table select{
                 width:100%;
        }

}
@media only screen and (max-width: 996px) {
    .col-md-3,.app .col-md-4{
        text-align:center;
    }
    .nopadding .col-md-3:nth-of-type(1) img{
        margin-bottom:30px;
    }
        .app .col-md-3:nth-of-type(2) img{
        margin-top:20px;
    }
    .nopadding .col-md-4 img{
        margin-bottom:30px;
    }
    #introduction .col-md-9:nth-of-type(1){
            padding-left:15px;
    }
    #introduction .col-md-9:nth-of-type(2){
            padding-right:15px;
    }
}
@media screen and (max-width: 399px) {
 .back-to-top {
	right: 10px;
}
  form table select{
         width:170px;
    }

 }
