@charset "UTF-8";
/* CSS Document */

/* font */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


h1 {
	font-size:40px;
}
#home h3 {
	font-size:50px;
}
.section4 .packagesinfo li.title h2 {
	font-size:28px;
}
.section4 .packagesinfo li.title h2 em {
	font-size: 28px;
	font-weight: bold;
	font-style: normal;
	display:inline-block;
}
.section4 .packagesinfo li.title h4 {
	font-size:20px;
}
#about p {
	text-align:justify;
}
#services p {
	text-align:justify;
	padding:0 10px;
}
.big-text, .video-caption {
	text-shadow: 3px 3px 2px #333;
}
.medium-text {
	text-shadow: 2px 2px 1px #333;
}
.medium-text span {
	font-size:0.75em;
}
.inline-block span {
	display:inline-block;
}
.ui-progress.six {
  border-bottom: 5px solid #1262B5;
}

/* #Lists
================================================== */
ul.disc {
	margin-left: 20px;
}
ul.disc li {
	padding-left: 20px;
	list-style: disc inside;
    text-indent: -1em;
}


/* #Contact Form
================================================== */

.sky-form .state-success input, .sky-form .state-success select, .sky-form .state-success textarea, .sky-form .radio.state-success i, .sky-form .checkbox.state-success i, .sky-form .toggle.state-success i {
    background: #f0fff0;
	color:#666;
}
.sky-form .check {
    font-weight: 400;
    color: #999;
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

.sky-form .check input {
    position: absolute;
    left: -9999px;
}


.sky-form .check input:checked + i {
    border-color: #999;
}
.sky-form .check i {
    border-color: #494949;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}
.sky-form .check i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    background: #fff;
}

.sky-form .checkbox{
	color:#999;
	margin-top:20px;
}

/* check
.sky-form #check {
	margin-left:20px;
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
  }
.agree {
	height:50px;
	padding:15px 0;
}
.agree label {
	color:#CCC;
	margin-left:0.5em;
	font-size:1em;
}
 */


.section1 .one_third {
	text-align: center;
	background: url(../images/v-line.png) no-repeat right bottom;
	padding-right: 1.5%;
	padding-left: 1.5%;
	margin: 0;
	padding-bottom: 10px;
    width: 30.33%;
}
.section1 .one_third.last {
	background: none;
	margin: 0;
}



