html,body{
	height: 100%;
}

#INDEX {
		font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
		background-color: #002B50;
		text-align: center;
}

strong { font-weight: 700; }

a, a:hover, a:focus {
	color: #58B2B3;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 3.4rem;
    font-weight: 100;
    color: #fff;
    line-height: 50px;
    text-transform: uppercase;
}

h2 small{
	color: #fff;
}

h3 {
	font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
}

h2 small, h3 small{
	color: #fff;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.colored-text { color: #D64045; }

::-moz-selection { background: #D64045; color: #fff; text-shadow: none; }
::selection { background: #D64045; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(/common/img/loading.gif) center center no-repeat;
}


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
}

.section-container-gray-bg {
	background: #f8f8f8;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}

.section-container-blue-bg {
	background: #A0D1F9;
	color: #002B50;
}

.section-container-blue-bg h1,
.section-container-blue-bg h2,
.section-container-blue-bg h2 small,
.section-container-white-bg h1,
.section-container-white-bg h2,
.section-container-white-bg h2 small,
.section-container-white-bg h3
{
	color: #002B50;
}

.section-container-white-bg{
	background: #fff;
	color: #002B50;
}
.section-container-green-bg{
	background: #58B2B3;
}

.section-container-blueGray-bg{
	background: #d9edf7;
	color: #002B50;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	margin: 0 5px;
	padding: 0.7em 1em 0.5em;
	background: #58B2B3;
	width: 90%;
	font-size: 2.5rem;
    font-weight: 300;
    color: #fff !important;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff !important; }

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #444;
	background: rgba(0, 0, 0, 0.3);
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

.shadow {
  box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}

.white-panel{
	background-color: #fff;
	text-align: center;
	padding: 2em 1em;
	border-radius: 23px;
	margin-top: 2.5em;
	color:#002B50;
}

.white-panel h3{
	color:#002B50;
}

.on-blue{
	background-color: #2BADD7;
	border: 8px solid #fff;
	color: #fff;
}

.white-panel h3{
	color:#fff;
}


/***** Divider *****/

.divider-1 {
	margin-top: -20px;
	margin-bottom: 10px;
}

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dotted #fff;
}


/***** Top menu *****/

.navbar {
	margin-bottom: 0;
	background: rgba(0, 43, 80, .8);
	border: 0;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 13px;
	color: #fff;
}

.navbar-inverse ul.navbar-nav li a { padding-top: 20px; padding-bottom: 20px; color: #fff; }
.navbar-inverse ul.navbar-nav li a:hover { color: #fff; opacity: 1; }
.navbar-inverse ul.navbar-nav li a:focus { color: #fff; outline: 0; opacity: 1; }

.navbar-brand {
	width: 165px;
	height: auto;
	background: url(/common/img/logo.svg) left center no-repeat;
	text-indent: -99999px;
}

.navbar-toggle {
	margin-top: 13px;
	margin-bottom: 13px;
}


/***** Top content *****/

.inner-bg {
    padding: 280px 0;
}

.top-content{
	height: 100%;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .top-big-link {
	margin-top: 35px;
}


/***** risk *****/

.risk-box {
	padding-top: 60px;
}

.risk-box p {
	font-size: 15px;
}

.risk-box .risk-box-icon {
	width: 94px;
	height: 94px;
	margin: 0 auto;
	background: #f8f8f8;
    font-size: 40px;
    color: #555;
    line-height: 98px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.risk-box .risk-box-icon:hover {
	background: #58B2B3;
}

.risk-box h3 {
	margin-top: 15px;
	padding: 10px 0;
}

.risk-exam{
	font-size: 105%;
}

.for-Shisa{
	background: #002B50;
	border-radius: 23px 23px 0 0;
	padding: 1.5em 0.5em;
	color: #fff;
}

.for-Shisa img{
	margin-right: 1em;
}

.for-Shisa span{
	position: relative;
	top: 2em;
	left: 1em;
}

/***** More risk *****/

.more-risk-box-wrap{
	margin:0 0 50px;
}

.more-risk-box {
	margin-top: 30px;
	margin-bottom: 20px;
}

.more-risk-box-text {
	margin-top: 40px;
	padding-left: 30px;
	overflow: hidden;
	text-align: left;
}
.more-risk-box-text:first-child { margin-top: 20px; }

.more-risk-box-text-left {
	padding-left: 0;
	padding-right: 30px;
}

.more-risk-box-text-icon {
	float: left;
	width: 60px;
	height: 60px;
	padding-top: 6px;
	background: #58B2B3;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    font-size: 32px;
    color: #555;
    line-height: 40px;
    text-align: center;
}
.more-risk-box-text-icon i { vertical-align: middle; }

.more-risk-box-text h3 {
	float: right;
	width: 86%;
	margin-top: 0;
}

.more-risk-box-text-description {
	float: right;
	width: 86%;
}


/***** Great support *****/

.great-support{
	background: #fff;
	border-radius: 100px 100px 0 0;
	padding-bottom:0 ;
	margin-top: 80px;
}
.great-support h2, .great-support h2 small {
	color: #002B50;
}

.great-support-container {
	padding-top: 60px;
}

.great-support-box {
	padding: 15px 35px;
}

.great-support-box .great-support-box-icon {
    font-size: 74px;
    line-height: 80px;
}

.great-support-box h3 {
	font-size: 25px;
	margin-bottom: 1em;
}


/***** easy-step *****/
.easy-step{
	background: #002B50;/*#fff;*/
	border-radius: 100px 100px 0 0;
	padding-bottom:0 ;
	margin-top: 80px;
}
.easy-step h2, .easy-step h2 small {
	color: #fff;/*#002B50;*/
	padding: 0.5em 1.5em;
}

.easy-step-container {
	padding-top: 60px;
}

.easy-step-box {
	margin-bottom: 40px;
    padding-bottom: 25px;
    background: #fff;
    border-radius: 20px;
    border: 4px solid #58B2B3;/*#bed400;*/
	text-align: center;
	min-height: 300px;
}

.easy-step-item{
	width: 100%;
    /*margin-top: 25px;*/
    padding: 5px 0;
	background: #58B2B3;/*#bed400;*/
	font-weight: bold;
	font-size: 140%;
	border-radius: 15px 15px 0 0;
}
.easy-step-p{
	color: #002B50;
	font-weight: bold;
	padding: 1em;
}
.easy-step-item span{
	font-size: 135%;;
}

.easy-step-span{
	font-size: 135%;
}

.easy-step-height{
	line-height: initial;
}


/***** not-cloud *****/

.not-cloud-container{
	margin-top: -85px;
	padding-top: 85px;
}

.not-cloud h2 {
/*	background: #D81E5B;*/
	background: #D64045;
	border-radius: 140px;
	padding: 0.5em 1.5em;
	color: #fff;
}

.not-cloud h2 small  {
	color: #fff;
}

.not-cloud-wrap{
	margin-top: 70px;
	padding: 1.5em;
	border-radius: 15px;
	border: 5px solid #fff;
	margin: 70px 15px 0;
}

.not-cloud-box {
	text-align: left !important;
}

.not-cloud-box h3 {
	font-size: 20px;
	margin-top: 0;
	color: #002B50;
	margin-bottom: 20px;
}

.not-cloud-box ul {
	padding-left: 1.5em;
	margin:1em 0 0 0;
}

.not-cloud-box ul li {
	list-style-type: circle;
}

/***** cost *****/

.cost{
	margin-top: 60px;
}

.cost h2, .cost h2 small{
	color: #002B50;
}

.cost h2 small{
    display: inline-block;
    background: rgba(251, 255, 0, 0.6);
    padding: 8px 15px 5px;
		margin-bottom: 0.5em;
}

.cost-backborder{
	background: url("/common/img/backgrounds/cost-border.png") center top repeat-y;
	padding: 30px 0 70px 0;
}

.cost-backborder h3{
	font-size: 20px;
	margin-top: 1em;
}

.cost-backborder p{
	font-size: 20px;
	margin: 1.5em 0;
}

.cost-backborder span{
	font-size: 25px;
	font-weight: bold;
}

.cost-container .medium-paragraph {
	margin: 2em 0;
}

/***** select-plan *****/

.select-plan{
	padding-bottom: 40px;
	margin-top: 60px;
	background: url("/common/img/backgrounds/plan-border.png") center top repeat-y;
}

.select-plan h2{
	display: inline-block;
	background-color: #fff;
	color: #002B50;
	padding:0.3em 2em 0.5em;
	border-radius: 15px;
	margin: 0;
}

.select-plan h2 small{
	color: #002B50;
}

.select-plan-container {
	padding-top: 30px;
	padding-bottom: 0px;
}

#INDEX .select-plan-table{
	margin: 3em auto;
	line-height: 1.6em;
	border-radius: 8px;
	border: solid 8px #fff;
	border-collapse: separate;
}

.select-plan-table th{
	text-align: center;
	background-color: #d9edf7;
}

.select-plan-table th, .select-plan-table td{
	vertical-align: middle;
}

.select-plan-container h2{
	border: 1px solid #002B50;
	border-bottom: none;
	border-radius: 20px;
	margin: 1em 0 0 0;
	padding: 1.5em 1em;
	background:#fff;
}

.select-plan-container h2 span{
	font-size: 120%;
	padding: 0 10px;
}

/***** application *****/

.application-container {
	background-color: #002B50;
	margin-top: -9em;
	padding: 10em 0;
}

.application-container h2{
	margin-top: 1em;
}

.application-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

/***** app *****/

/***** Footer *****/

footer {
	border-top: 1px dotted #ddd;
	color: #fff;
}

.l-footer .f-navi ul li{
	text-align: left;
}

