@charset "utf-8";



body, html {
	font-family:  'Meiryo', 'M+1p', 'MS Gothic', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h2 {
	font-weight: 500;
	font-size: 3.8em;
}
h3 {
	font-size: 22px;
	font-weight: 500;
}
h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
section{
	background-color: #fff;
	padding: 50px 0;
}
section:nth-of-type(2n+3){
	background-color: #f7f7f7;
}
section:nth-of-type(2){
	background-color: #fff;
}

.only_sp {
	display:none;
}
.only-pc {
	display:block;
}
.no-border{
	border: none!important;
}
p {
	font-size: 16px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #444;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	color: #444;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
	overflow:auto;
	zoom:1;
}
.overflow {
	overflow:hidden;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 2px;
	width: 100px;
	text-align: center;
	position: relative;
	background: #0d3798;
	margin: 0;
	margin-bottom: 40px;
	border: 0;
}
.Arial {
	font-family:Arial, Helvetica, sans-serif;
}
.fnone {
	float:none;	
}

.tCenter {
	text-align:center;	
}
.tLeft {
	text-align:left;	
}
.tRight {
	text-align:right;	
}
.tBold {
	font-weight:bold;
}
.tUnderline {
	text-decoration:underline;
}
.full {
	width:100%;
	display:block;
}
.fsSmall {
	font-size: 0.8em;
	color: #666;
}
.fsLarge {
	font-size: 1.5em;
}
.clear {
	clear:both;	
}
.m00 {
	margin:0px;
}
.mt00 {
	margin-top:0;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.mt70 {
	margin-top:70px;
}
.mb30 {
	margin-bottom:30px;
}
.mb50 {
	margin-bottom:50px;
}
.mb60 {
	margin-bottom:60px;
}
.mb00 {
	margin-bottom:0px;
}
.mr5 {
	margin-right:5px;
}
.ml5 {
	margin-left:5px;
}
.pb00 {
	padding-bottom:0px;
}
.vMiddle {
	vertical-align:middle;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: 0;
}

/* Navigation */
#top_menu {
	padding: 0;
	margin:0;
	background:#fff;
	z-index:2000;
}
#top_menu span.slogan,
#menu span.slogan {
	display:inline-block;
	font-weight:bold;
	color:#1b54bc;
	font-size:1.7em;
	padding:25px 0 0 15px;
}
#menu {
	display: none;
}
#menu.on{
	display: block;
	transition: all 0.8s;
	/*background-color:rgba(255, 255, 255, 0.5);*/
}
#fixMenu {
	padding: 0;
	transition: all 0.8s;
}
#top_menu.navbar-default {
	background-color: rgba(255, 255, 255, 1);
}
#menu.navbar-default {
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 2px solid #39478c;
	box-shadow:2px 2px 5px rgba(0,0,0,.2);
}
#fixMenu.navbar-default {
	background-color: rgba(248, 248, 248, 1);
	border-bottom: 1px solid #ccc;
}
#menu a.navbar-brand {
	margin:0;
	padding:10px 0;
}
#top_menu a.navbar-brand ,
#menu a.navbar-brand {
	margin:25px 0 3px 0;
	padding:0;
}
#menu.navbar-default .navbar-nav > li.sp_menu {
	display:none;
}
#menu.navbar-default .navbar-nav > li > a {
	color: #222;
	font-weight: 700;
	font-size: 15px;
	padding: 7px 15px;
	border: 2px solid #333;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
	letter-spacing: 0.5px;
	margin: 5px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	border: 2px solid #0794b3;
	background:#0794b3;
}
.fixNav {
	width:100%;
	border-bottom:1px solid #dbdbdb;
	background:#eee;
}
.fixNav > li {
	float:left;
	width:24%;
	text-align:center;
	border: 1px solid #dbdbdb;
	margin:1% 0.5%;
}
.fixNav li:first-child > a {
	
}
.fixNav li:last-child > a {
	
}
.fixNav li a {
	display:inline-block;
	color: #222;
	font-weight: 700;
	font-size: 15px;
	padding: 0;
	letter-spacing: 0.5px;
	width:100%;
	padding: 15px 0;
	transition: all 0.2s;
	background:#fff url(../../../img/campaign/studyAbroad/btn_arrow_down.png) no-repeat center right;
}

.fixNav li a:hover {
	color: #fff;
	width:100%;
	background:#0794b3 url(../../../img/campaign/studyAbroad/btn_arrow_down_over.png) no-repeat center right;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	border: 2px solid #0794b3 !important;
	background-color: #0794b3;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #ccc;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #444;
}


#top_menu.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-weight: 300;
	font-size: 1.2em;
	padding: 12px 28px 8px 15px;
	background:#1b54bc url(../../../img/campaign/studyAbroad/arrow_orange.png) right center no-repeat;
	margin:20px 0 0 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	transition: all 0.5s;
}
#top_menu.navbar-default .navbar-nav > li > a:hover {
	background:#0794b3 url(../../../img/campaign/studyAbroad/arrow_orange.png) right center no-repeat;
}

.section-title p {
	font-size: 22px;
	font-weight:500;
	color: #444;
	margin:0 auto 25px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 30px;
}
.btn-custom {
	color: #fff;
	background-color: #ff2204;
	border: 0;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 30px;
	margin-top: 50px;
	transition: all 0.5s;
}
.btn-general2 {
	color: #222;
	background-color: #fff;
	border:1px solid #bcbcbc;
	box-shadow:-2px -2px 2px #dadada inset;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-radius: 30px;
	margin-top: 50px;
	transition: all 0.5s;
}
.btn-general {
	color: #222;
	background-color: #fff;
	border:1px solid #bcbcbc;
	box-shadow:-2px -2px 2px #dadada inset;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.5s;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
a:hover.btn-general ,
a:hover.btn-general2 {
	border:1px solid #666;
}
a.btn, a.btn-go{
	text-decoration: none;
}
.btn-go {
	color: #fff;
	display: block;
	background-color: #fb8200;
	border: 0;
	margin: 0;
	font-size: 20px;
	line-height:60px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	transition: all 0.5s;
}
.btn-new{
	background-color: #d50000;
}
.btn-go span {
	font-size: 0.65em;
	font-weight: 300;
	line-height:0.3em;
}
.btn-member {
	color: #fff;
	background-color: #2a3885;
	border:1px solid #111b51;
	box-shadow:-2px -2px 2px #1c286c inset;
	padding: 14px 20px;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	border-radius: 8px;
	margin-top: 20px;
	transition: all 0.5s;
}
.btn-member:hover, .btn-member:focus, .btn-member.focus, .btn-member:active, .btn-member.active {
	border:1px solid #00809d;
	box-shadow:-2px -2px 2px #0a89a6 inset;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active ,
.btn-go:hover, .btn-member:focus, .btn-go.focus, .btn-go:active, .btn-go.active,
.btn-member:hover, .btn-member:focus, .btn-member.focus, .btn-member:active, .btn-member.active {
	color: #fff;
	background-color: #1b54bc;
}
.button {
	margin-top:0;	
}
p.button {
	margin-top:5px;
	font-size:1.7em;
	font-weight:500;
	text-align:center;
}
p.member {
	color:#c80002;
}
p.nomember {
	color:#ffa200;
}
span.number {
	display:inline-block;
	margin-right:5px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	padding:2px 5px;
	background:#333;
	color:#fff;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}
span.number_s {
	display:inline-block;
	margin-bottom:0;
	margin-right:5px;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
	padding:0 3px 0 0;
	font-size:0.3em;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
.tBlue01 {
	 color:#0d3798;
}
.tYellow {
	 color:#ffa200;
}
.tRed {
	 color:#c80002;
}
.tRed02 {
	 color:#ff2205;
}
.tUnderline {
	 text-decoration:underline;
}
.bgYellow {
	 background:#ffa200;
}
.bgRed {
	 background:#fdc900;
}
/* Header Section */
.intro {
	display: table;
	background: url(../../../img/campaign/studyAbroad/intro-bg.jpg) no-repeat bottom center;
	min-height:600px;
	width: 100%;
	padding: 0;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro h1 {
	color: #203085;
	font-size: 5em;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow:-2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff, 3px 3px 7px rgba(0,0,0,.4);
	 -moz-text-shadow: -1px 0 #F2F1F6, 0 2px #fff, 2px 0 #fff, 0 -2px #fff, 3px 3px 7px rgba(0,0,0,.4);
	 -webkit-text-shadow: -1px 0 #F2F1F6, 0 2px #fff, 2px 0 #fff, 0 -2px #fff, 3px 3px 7px rgba(0,0,0,.4);
}
.intro h1 small {
	font-size: 0.7em;
	color: #203085;
}
.intro h1 span {
	font-weight: 700;
}
.intro p.text {
	display:inline;
	font-size: 1.4em;
	font-weight: 700;
}
.intro p span {
	display:inline-block;
	font-weight:700;
}
.intro p.fee {
	margin-top: 10px;
	margin-bottom:10px;
	background:#fff;
	border:1px solid #c4c4c4;
	font-size:1em;
	padding:7px 15px;
	overflow:hidden;
	vertical-align:middle;
}
.intro p.fee span {
	display:inline-block;
	float:left;
	font-weight:normal;
	vertical-align:middle;
	text-align:left;
}
.intro p.fee span.high {
	margin-top:20px;
}
.intro p.fee span.price {
	color:#f70000;
	font-size:36px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	margin-left:10px;
	float:right;
}
.intro p.fee span.price small {
	font-size:0.5em;
	font-weight:normal;
}
.intro p.logo img {
	width:271px;
}
header .intro-text {
	display:inline-block;
	float:right;
	width:355px;
	padding: 25px 20px 10px 20px;
	margin:150px 0 20px 0;
	text-align: center;
	background:rgba(255,255,255,.85)
}

#how .how-section-title span,
#kuchikomi .kuchikomi-section-title span {
	display:inline-block;
	font-size: 0.6em;
	background:#203085;
	margin-right:15px;
	padding:30px 10px;
	margin-bottom:7px;
	vertical-align:middle;
}


/* About Section */
#about {
	padding: 30px 0 0;
}
#about h3 {
	font-size: 20px;
}
#about .about-text h2 {
	font-size:3em;
	margin:0;
}
#about .about-text {
	text-align:center;
	font-weight:500;
	color:#203085;
}
#about .section-title {
	
}
#about img {
	margin-bottom:-38px;
}
#about img.arrow {
	margin-bottom:-55px;	
}




/* Reason Section */
#reason {
}
#reason .section-title h2 {
	margin-top:20px;
}
#reason .section-title p {
	 font-size:18px;
	 line-height:1.6;
}
#reason .section-title p.slogan {
	 color:#00a0ce;
	 font-size:1.5em;
	 line-height:1.5em;	
}

#reason .reason-section {
	padding:10px 0;
	border:1px solid #ccc;
	box-shadow:0 5px #eee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
#reason .reason-section.version_K{
	padding:10px 0;
	border:1px solid #ccc;
	box-shadow:0 5px #eee;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
#reason div.plus {
	 background:url(../../../img/campaign/studyAbroad/icon_plus.png) center center no-repeat;
	 min-height:300px;
}
#reason .reason-section h3 {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
	color: #203085;
	margin:10px 0;
}
#reason .reason-section.version_K h3{
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
	color: #203085;
	margin:10px 0;
}

#reason .reason-section h3 span {
	font-size:46px;
	font-weight: 700;
	color:#ff2400;
}
#reason .reason-section h3 span small {
	font-size:0.8em;
	font-weight: 300;
	color:#ff2400;
}
#reason .reason-section-title span {
	color:#e00002;
	font-size:1.6em;
}
#reason .reason-section span.point {
	display:inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height:74px;
	color:#fff;
	background:#203085;
	padding:0 10px;
	vertical-align:middle;
	border-radius:100px;
	text-align:center;
	margin-top:10px;
}
#reason .reason-section.version_K span.point {
	font-size: 22px;
	line-height:104px;
	background:#ff2400;
	padding:0 19px;
	border-radius:100%;
}
#reason .reason-section span.kind {
	font-size: 26px;
	display:block;
	margin:10px auto 3px;
	font-weight:bold;
}
#reason .reason-section.version_K span.kind {
	font-size: 32px;
	display:block;
	margin:10px auto 3px;
	font-weight:bold;
}


#reason p {
	line-height: 24px;
	margin: 15px 0 0;
}

#reason .reason-item, #remit .reason-item, #how .reason-item {
	margin: 20px 0;
	font-size: 1.3em;
	border:2px solid #666;
	padding:20px;
	font-weight:500;
}

#remit .menu-item-description, 
#how .menu-item-description {
	line-height: 1.7;
}
#reason .menu-item-description {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	margin:10px 0;
}
#reason .menu-item-description small, 
#remit .menu-item-description small, 
#how .menu-item-description small {
	font-size: 0.9em;
}
#reason .mtitle, 
#remit .mtitle, 
#how .mtitle {
	font-size: 1em;
	font-weight:500;
	margin:10px 0 2px 0;
}
#reason .menu-item-description span, 
#remit .menu-item-description span, 
#how .menu-item-description span {
	font-weight: 600;
	font-size: 1.1em;
}
.contents_remodal h3{
	text-align: left;
	font-weight: 700;
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
}
.contents_remodal h3::after{
	content: "";
	width: 12px;
	height: 4px;
	background-color: #f70000;
	position: absolute;
	top: calc(50% - 4px);
	left: 28px;
}
.contents_remodal dd{
	margin-top: 10px;

}

.reason-item .hover-bg {
	overflow: hidden;
	position: relative;
}
.reason-item .hover-bg:before {
	display: block;
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}

/* colleage Section */
.list_colleage li{
	margin-bottom: 3%;
}
.list_colleage dl{
	text-align: center;
}
.list_colleage dl dd{
	font-size: 14px;
	margin-top: 10px;
}
.list_colleage dl img{
	width: 80%;
	padding:5% ;
	background-color: #fff;
	height: auto;
}
.list_colleage02{
	margin-left: 0px!important;
	margin-bottom:10px;
}
.list_colleage02 li{
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.list_colleage02 li:before{
	content: "・";
}
/* Remit Section */
#remit .remit-section-sp {
	display:none;
}
#remit .remit-section {
	position: relative;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 40px;
	/*margin: 0 20px 30px 20px;*/
}

#remit .mt70 {
	margin-top: 70px;
}

#remit .section-title {
}
#remit span.num {
	color:#ff8a00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:86px;
	margin:0;
	padding:0;
}
#remit .remit-section-title {
	font-size: 30px;
	line-height: 1.4;
	display: block;
	font-weight: 300;
	color: #203085;
	text-align: left;
	padding-left: 14px;
}
#remit .remit-section-title span{
	font-weight: 700;
}
.contents_remit{
}
.contents_remit .contents_remit-img img{
	width: 100%;
}
.contents_remit .contents_remit-txt{
	padding-left: 15%;
	min-height: 110px;
}
.contents_remit .contents_remit-txt.contents_remit-txt01 {
	background: url("/img/campaign/studyAbroad/ico_remit01.png") no-repeat 0 0;
	background-size: 12%;
}
.contents_remit .contents_remit-txt.contents_remit-txt02 {
	background: url("/img/campaign/studyAbroad/ico_remit02.png") no-repeat 0 0;
	background-size: 12%;
}
.contents_remit .contents_remit-txt.contents_remit-txt03 {
	background: url("/img/campaign/studyAbroad/ico_remit03.png") no-repeat 0 0;
	background-size: 12%;
}
.contents_remit .contents_remit-txt.contents_remit-txt04 {
	background: url("/img/campaign/studyAbroad/ico_remit04.png") no-repeat 0 0;
	background-size: 12%;
}
.contents_remit .contents_remit-txt.contents_remit-txt05 {
	background: url("/img/campaign/studyAbroad/logo_kr.png") no-repeat 0 0;
	background-size: 12%;
}
.contents_remit .contents_remit-txt h3{
	font-size: 28px;
	color: #ff8a00;
	margin:0 0 10px 0;

}
#remit .vAlign {
	vertical-align: middle;
	margin-top:18px;
	
}
#remit div.forWhat img {
	position: absolute;
	top:-25px;
	right: 0;
	
}

#remit .remit-section-title strong {
	font-weight: 800;
}
#remit .section-title h2 {
}
#remit .reason-item {
	margin-bottom:0;
}
#remit .reason-item img {
	text-align:center;
	margin:0 auto;
}
#remit div.exparo {
	border:2px solid #28a8c5;
	box-shadow:2px 2px 10px 1px #c3c3c3;
	padding:20px;
}
#remit .other{
	border:1px solid #959595;
	background:#fdfdfd;
	padding:20px;
}
#remit .thumbnail .flow-img {
	margin:20px auto;
	text-align:center;
}
#remit .thumbnail .flow-img img {
	margin:0 auto;
}
#remit .thumbnail .title h3 {
	font-size: 1.2em;
	font-weight:700;
	text-align:center;
	color:#444;
}
#remit .thumbnail p {
	font-size: 1.1em;
}

#remit .thumbnail .title h3.exparo {
	color:#1e9cf5;
	font-weight:700;
	font-size: 1.5em;
}
/* kuchikomi Section */
#kuchikomi {
	padding: 90px 0;
}
#kuchikomi .kuchikomi-section {
	margin: 80px 0 0;
}
#kuchikomi .kuchikomi-box {
	border:1px solid #ccc;
	border-radius:20px;
	padding:25px 10px;
	box-shadow:2px 2px 5px rgba(0,0,0,.2);
	overflow:hidden;
	margin-bottom:25px;
	background:#fff;
}
#kuchikomi .kuchikomi-text {
	vertical-align:middle;
}
#kuchikomi .kuchikomi-text p {
	font-size:1.1em;
	line-height:1.5em;
}
#kuchikomi p.who {
	color:#008baa;
	font-size:0.9em;
}
#kuchikomi .section-title {
	margin-bottom:0px;
}
#kuchikomi .kuchikomi-section-title {
	font-size: 2em;
	display: block;
	font-weight: 300;
	color: #222;
	text-align: center;
	margin-bottom:30px;
}
#kuchikomi .kuchikomi-section-title strong {
	font-weight: 800;
}
#kuchikomi .section-title h2 {
	color: #203085;
}
#kuchikomi h3 {
	font-size:2em;
	font-weight:600;
}
#kuchikomi .section-title p {
	color:#555;
}
#kuchikomi .section-title p span {
	font-weight:500;
	color:#ff4e37;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
}
#kuchikomi .reason-item {
	text-align:left;
}
/* How Section */
#how {
}
.contents_how{
	/*background-color: #fff;*/
}
.box_how dl{
	position: relative;
	text-align: center;
}
.box_how.bg_arr::after{
	content: "";
	position: absolute;
	top: 100px;
	right: -40px;
	z-index: 3;
	background: url(../../../img/campaign/studyAbroad/ico_how01.png) no-repeat center center;
	width: 71px;
	height: 36px;
}
.box_how::last-of-type::after {
	background: none;
}
.box_how dt{
	text-align: center;
}
.box_how dt img{
}
.box_how dd{
	text-align: left;
	margin-top: 15px;
}
.box_how a{
	color: #44adf0;
}


/* rule Section */
#rule .howto-box {
	border:1px solid #ccc;
	border-radius:10px;
	padding:15px 20px;
	overflow:hidden;
	margin-bottom:25px;
	background:#fff;
}
#rule .howto-box dl {
	border-bottom:1px solid #eee;
	overflow:hidden;
	color:#333;
	margin-top: 20px;
	margin-bottom: 0;
}
dl.borderNone {
	border-bottom:0px solid #fff!important;
}

#rule .howto-box dt,
#rule .howto-box dd {
	float:left;
	padding:10px 0 20px 0;
	
}
#rule .howto-box dt {
	width:20%;
	font-weight:bold;
}
#rule .howto-box dt span {
	display:inline-block;
	background:#888;
	color:#fff;
	padding:4px 0;
	text-align:center;
	width:90%;
}
#rule .howto-box dd {
	width:80%
}
#rule .howto-box dd p {
	font-size:1em;
}




/* Contact Section */
#contact {
	padding: 60px 0 60px 0;
	background: #f0f0f0;
}
#contact .section-title p {
	color: #333;
}
#contact .section-title p.slogan {
	color: #007ad8;
}

#contact form {
	padding: 0;
}
#contact h2 {
	font-size:3em;
	color:#0c3280;
}
#contact .text-title {
	color: #333;
	text-align: left;
	font-size:1.2em;
	font-weight:bold;
	position: relative;
}
#contact .text-title span {
	font-weight:normal;
}
#contact .text-title span.required {
	margin-left: 20px;
	color:#fff;
	background:#d50000;
	padding:1px 5px;
	text-align: center;
	vertical-align:middle;
	font-size:0.8em;
}
label {
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	font-weight:normal;
}
#contact .form-control-date {
	display: inline-block;
	width: 45%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	font-weight:normal;
}
#contact .description {
	font-size:1.1em;
	font-weight:normal;
	color:#444;
	margin-top:20px;
}
#contact .checkbox {
	font-size:14px;
	font-weight:normal;
	color:#222;
	line-height:1.8em;
	vertical-align:middle;
}
#contact .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact input[type="checkbox"]{vertical-align:middle;box-sizing:border-box;width:18px;height:18px;vertical-align:middle;display:inline;border:none;background:#fff;border-radius:2px;}
.form-control::-webkit-input-placeholder {
color: #777;
}
.form-control:-moz-placeholder {
color: #777;
}
.form-control::-moz-placeholder {
color: #777;
}
.form-control:-ms-input-placeholder {
color: #777;
}
#contact .contact-item {
	margin: 20px 0 40px 0;
}
#contact .contact-item span {
	color: #333;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}
/* Footer Section*/
#footer {
	background: #fff;
	padding: 50px 0 0 0;
	color:#222;
	border-top:1px solid #e5e5e5;
}
#footer h3 {
	color: #123571;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#footer .copyrights {
	padding: 20px 0;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#779936+0,8eb640+50 */
	background:#123571;
}
#footer .copyrights p {
	color:#fff;
	font-size:1em;
}
#footer .copyrights .container img {
	width:65px;
	margin-top:-10px;
	text-align:left;
}
#footer .logo {
	margin: 20px 0;
}

#footer .social ul li {
	display: inline-block;
	margin: 5px 10px;
}
#footer .social i.fa {
	font-size: 26px;
	padding: 4px;
	color: #fff;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 15px;
	color: #444;
	font-family:Arial, Helvetica, sans-serif;
}
#footer .line {
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
#footer p.tel {
	text-align:center;
	font-size:2em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a {
	color: #222;
}
#footer a:hover {
	color: #113da9;
}
.page-top {
    position: fixed;
    z-index: 2;
    bottom: 40px;
    right: 40px;
    /*margin-left: 540px;*/
    display:none;
}
.page-top.fixed {
	position: absolute; !important;
	top: -80px;
	bottom: auto;
}
.page-top:hover{
    -webkit-animation:btnzoom 0.2s;
    animation:btnzoom 0.2s;
}

@media (min-width: 768px) {
	  .reason-section table.price_sr {
		display:none;
	}
}
@media (max-width: 768px) {
	.mt0_m{
		margin-top: 0px;
	}
	.mt20_m{
		margin-top: 20px;
	}
	.mb20_m{
		margin-bottom: 20px;
	}
	.mb40_m{
		margin-bottom: 40px;
	}
	section{
		padding: 40px 0;
	}
	#remit .remit-section{
		padding-bottom: 0;

	}
	#how .reason-section,
	#how .remit-section,
	#how .how-section {
		margin: 30px 10px 0;
	}
	#how .how-section {
		margin: 30px 0;
	}

	#reason .reason-item, #remit .reason-item, #how .reason-item {
		font-size: 1.1em;
		padding:10px;
	}
	span.number {
		padding:2px 4px;
		font-size:1em;
	}
	ol.type li {
		width:100%;
	}
	#reason .reason-item, #remit .reason-item, #how .reason-item {
		padding:6px;
	}
	#reason .reason-items a {
		font-size:1.3em;
	}
	#how .call img {
		text-align:center;
	}
	#how .call2 {
		margin-bottom:20px;
		font-size:1.3em;
	}
	#how h3.member {
		margin-top:30px;
	}
	#how .call img, #how .call2 img {
		width:30px;
		height:30px;
		margin-bottom:0;
	}
	#rule .howto-box{
		margin-bottom: 0;
	}

	#rule .howto-box dt{
		display: block;
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	#rule .howto-box dt span {
		width: 100%;
	}
	#rule .howto-box dd{
		width: 100%;
	}

	#footer .social {
		margin:0;
	}

	#footer .social img {
		width:42%;
		margin:5px;
	}
	#footer .line {
		border:0;
	}
	#footer p.tel {
		margin:0;
		text-align:center;
	}
	#footer .copyrights p {
		color:#fff;
		font-size:0.8em;
		margin-left:0;
		margin-right:0;
	}
	#footer .copyrights .container img {
		width:60px;
		margin-top:0px;
		text-align:center;
	}
	#how .btn-member {
		margin-top:0px;
		margin-bottom:40px;
	}
	#menu a.navbar-brand img {
		width:200px;
	}
	#menu a.navbar-brand {
		margin:0;
		padding:0;
	}
}


@media all and  (min-width: 768px) and (max-width: 1024px) {
	ol.type li {
	width:150px;
	font-size:1em;
	}
	#footer .line {
		border:0;
	}
}




@media all and (max-width: 1200px) {
	.mt20_l{
		margin-top: 20px;
	}
	.mb40_l{
		margin-bottom: 40px;
	}
/* Navigation */


	#top_menu span.slogan {
		font-size:1.3em;
		padding:28px 0 0 15px;
	}
	.navbar-brand img {
		width:180px;
	}
	#menu.navbar-default .navbar-nav > li > a {
		font-size: 13px;
		padding: 7px 10px;
		border: 2px solid #333;
		letter-spacing: 0px;
		margin: 5px;
	}
	#top_menu.navbar-default .navbar-nav > li > a {
		font-size: 1em;
		padding: 12px 15px 8px 7px;
		background:#1b54bc url(../../../img/campaign/studyAbroad/arrow_orange.png) right center no-repeat;
		background-size:10px auto;
		margin:20px 0 0 10px;
	}
	.intro {
		background: url(../../../img/campaign/studyAbroad/intro-bg_m.jpg) no-repeat center center;
		min-height:500px;
	  }
	header .intro-text {
		margin:80px 0 10px 0;
		width:320px;
	}
	.intro h1 {
		font-size: 4em;
	}
	.intro p.fee span.high {
		margin-top:15px;
	}
	.intro p.fee span.price {
		color:#f70000;
		font-size:2.1em;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;
		margin-left:10px;
		float:right;
	}
	.fixNav > li {
		width:24.4%;
		margin:0.6% 0.3%;
	}
	.fixNav li a {
		font-size: 13px;
		padding: 14px 0;
	}

	span.number {
		padding:2px 4px;
		font-size:1em;
	}

	#about .about-text h2 {
		font-size:2em;
		margin:0;
	}

	#about .about-text img {
		width:18%;
		margin-right:10px;
		margin-bottom:-27px;
	}
	#about .about-text img.shadow {
		width:100%;
		margin-right:0;
	}
	/* Reason Section */

	#reason .reason-section {
		margin: 30px 0;
		padding:10px;
	}

	#reason .reason-section h3 {
		font-size: 1.6em;
	}
	#reason .reason-section div.good {
		text-align:left;
	}
	#reason .reason-section span.point {
		font-size: 1.3em;
		line-height:1.2em;
	}
	#reason .reason-section.version_K span.kind {
		font-size: 26px;
	}
	#reason div.plus {
		background-size: 40px 40px;
		min-height: 40px;
	}

	#reason p {
		line-height: 24px;
		margin: 15px 0 0;
	}

	#reason .reason-section span.point{
		display:inline-block;
		font-size: 1.3em;
		line-height:1.2em;
		color:#fff;
		background:#203085;
		padding:5px;
		border-radius:0;
	}
	#reason .reason-section.version_K span.point{
		display:inline-block;
		font-size: 1.3em;
		line-height:1.2em;
		color:#fff;
		padding:5px;
		border-radius:0;
	}
	#reason .reason-item, #remit .reason-item, #how .reason-item {
		margin: 20px 0;
		color:#000;
		font-size: 1.3em;
		border:2px solid #666;
		padding:20px;
		font-weight:500;
	}

	/* Remit Section */
	#remit .remit-section {
	}

	#remit span.num {
		font-size:66px;
		line-height:1;
	}
	#remit .remit-section-title {
		font-size: 24px;
		padding-left: 22px;
		margin: 0 0 0 0;
	}

	#remit div.forWhat img {
		top: -38px;
		right: 0;
		width: 120px;
		height: auto;
	}
	#remit .menu-item-description{
		margin-top: 15px;
	}
	.contents_remit .contents_remit-img img{
		width: 100%;
	}


	/* kuchikomi Section */
	#kuchikomi {
		padding: 60px 0;
	}
	#kuchikomi .kuchikomi-img img {
		text-align:center;
	}
	#kuchikomi .kuchikomi-text p {
		font-size:0.9em;
		line-height:1.5em;
	}
	#kuchikomi .kuchikomi-section-title {
		font-size: 1.4em;
	}
	#kuchikomi h3 {
		font-size:1.4em;
		margin-top:0;
		padding:0;
	}
	#kuchikomi .section-title p span {
		font-size:1em;
	}

	/* How Section */
	#how {
	}

	#how .section-title {
		margin-bottom:20px;
	}

	#how h3 {
		font-size:1.8em;
	}
	#how .step {
		font-size:0.9em;
	}
	#how .step div.group {
		min-height:220px;
	}
	#how .step div.group2 {
		min-height:190px;
	}
	#how .step div.group,
	#how .step div.group2 {
		padding:10px 12px;
	}
	#how .step div.group p, #how .step div.group2 p {
		font-size:1em;
	}
	#how .step .step_box span {
		padding:5px 10px;
		margin:10px auto;
		font-size:1em;
	}
	#how .step span.end {
		padding:50px;
		margin:10px auto 0;
	}

	#how h4 {
		font-size:1.2em;
		font-weight:bold;
	}

	#how h4.ok {
		font-size:1.3em;
	}
	h2 {
		font-size:2.8em;
	}
	#footer {
		padding: 20px 0 0 0;
	}
	#footer h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#footer .copyrights {
		padding: 10px 0;
		margin-top: 20px;
	}
	#footer .copyrights p {
		color:#fff;
		font-size:1em;
	}
	#footer p {
		font-size: 14px;
	}
	#footer .line {
		border-left:1px solid #e5e5e5;
		border-right:1px solid #e5e5e5;
	}
	#footer p.tel {
		font-size:1.7em;
	}
}
@media (min-width: 768px) {
	.only-sp {
		display:none;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.only_sp {
		display:block;
	}
	.only-pc {
		display:none;
	}
	.btn-custom {
		padding: 5px 15px;
		font-size: 1em;
		border-radius: 20px;
		margin-right:10px;
	}
	.btn-point {
		background: #fff url(../../../img/campaign/studyAbroad/icon_open.png) bottom center no-repeat;
		border:1px solid #ccc;
		padding: 5px 10px 20px 10px;
		width:100%;
		border-radius:0;
	}
	.btn-member, .btn-general, .btn-general2 {
		display:block;
		padding: 10px;
		font-size: 1.1em;
		text-align:center;
		margin-bottom:10px;
	}
	.btn {
		margin:0;
	}

	.btn, .btn-go {
		margin:10px 0 0 0;
	}
	.btn-go {
		padding: 10px 10px;
		display:block;
		width:100%;
		margin: 0;
		font-size: 1.5em;
		line-height: 40px;
		font-weight: 600;
		letter-spacing: 0;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		margin-top: 20px;
	}
	p.button {
		font-size:1.1em;
		margin:0 auto 20px;
	}
	#menu {
		padding: 5px 5px;
		transition: all 0.8s;
	}
	#menu a.navbar-brand {
		margin:0 0 0 10px;
		padding:0;
	}
		#top_menu span.slogan, #menu span.slogan{
			font-size: 18px;
			padding: 15px 0 0 15px;
		}
	#menu.navbar-default .navbar-nav > li.sp_menu {
		display:block;
	}
	#menu.navbar-default .navbar-nav > li.sp_menu > a {
		color: #fff;
		display:inline-block;
		float:left;
		border:1px solid #000052;
		width:48%;
		font-size: 1.2em;
		padding: 12px 20px 8px 10px;
		background:#1b54bc url(../../../img/campaign/studyAbroad/arrow_orange.png) right center no-repeat;
		margin:10px 1%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		transition: all 0.5s;
	}
	#top_menu.navbar-default .navbar-nav > li > a:hover {
		background:#0794b3 url(../../../img/campaign/studyAbroad/arrow_orange.png) right center no-repeat;
	}
	#menu a.navbar-brand img {
		width:150px;
		margin-top:15px;
	}
	#top_menu {
		z-index:2;
		display:none;
	}
	#top_menu span.slogan {
		display:none;
	}
	#fixMenu {
		display:none;
	}


	#remit .noavailable {
		display:none;
	}

	.intro {
		background: url(../../../img/campaign/studyAbroad/intro-bg_s.jpg) no-repeat top left;
		margin-bottom:0;
	  }
	.intro h1 {
		color: #203085;
		text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 2px 2px 5px rgba(0,0,0,.4);
		font-size: 2.8em;
		font-weight: 600;
		margin: 5px 0 270px 0;
	}

	.intro p.text {
		font-size: 0.95em;
		color:#fff;
		text-shadow:1px 1px 2px rgba(0,0,0,.5);
		font-weight:normal;
	}


	header .intro-text {
		padding:0;
		margin:75px 0 0 0;
		text-align:center;
		background:none;
		width:100%;
	}

	.intro p.fee {
		margin:0 1% 0 1%;
		font-size:1em;
		padding:0;
		vertical-align:top;
		width:48%;
		background:rgba(255,255,255,.9);
		box-shadow:2px -2px 5px rgba(0,0,0,.3);
	}
	.intro p.fee span {
		text-align:center;
		display:block;
		width:100%;
	}
	.intro p.fee span.high {
		margin-top:10px;
	}
	.intro p.fee span.price {
		font-size:2.5em;
		margin-left:0;
		float:none;
	}
	.intro p.fee span.price small {
		font-size:0.5em;
		font-weight:normal;
	}

	#reason .section-title p, #how .section-title p {
		font-size:1em;
	}
	/* About Section */
	#about {
		padding:0;
		margin:0;
	}
	#about h3 {
		font-size:1.8em;
	}
	#about .about-text h2 {
		font-size:1.8em;
	}
	#about .about-text img {
		margin:30px 0 10px 0;
		width:30%;
	}
	#about .about-text {
		text-align:center;
		font-weight:500;
		color:#203085;
		padding:0;
		margin:0;
	}
	#about .section-title {

	}
	#about img.shadow {
		width:100%;
		margin-top:10px;
	}
	/* reason reason */

	#reason .section-title p.slogan {
		 font-size:1.1em;
		 line-height:1.1em;
		 margin-top:30px;
	}
	#reason .section-title p {
		 text-align:left;
	}
	#reason div.plus {
		 background:url(../../../img/campaign/studyAbroad/icon_plus.png) center center no-repeat;
		 background-size:40px 40px;
		 min-height:40px;
	}
	#reason .reason-section {
		margin: 20px 0;
	}
	#reason .reason-section div.good {
		text-align:left;
	}
	#reason .section-title p {
		 color:#666;
		 font-size:1.2em;
		 line-height:1.5em;
	}
	#reason .reason-section-title {
		font-size: 2.5em;
		margin-bottom:20px;
	}


	#reason .section-title h2 {
		color: #0d3798;
		margin-top:20px;
	}
	#reason p {
		line-height: 24px;
		margin: 15px 0 0;
	}
	#reason .reason-section h3 {
		font-size: 1.8em;
		display: block;
		font-weight: 300;
		color: #203085;
		margin:10px 0;
	}
	#reason .reason-section h3 span {
		font-size:1.3em;
		font-weight: 700;
		color:#ff2400;
	}
	#reason .reason-section h3 span small {
		font-size:0.8em;
		font-weight: 300;
		color:#ff2400;
	}
	#reason .reason-section-title span {
		color:#e00002;
		font-size:1.6em;
	}

	#reason .reason-section span.kind {
		font-size: 1.4em;
		display:block;
		margin:10px auto 3px;
		color:#333;
		font-weight:bold;
	}


	#reason .menu-item-description {
		font-size: 1em;
		line-height:1.3em;
	}
	/* remit Section */
	.forWhat1,
	.forWhat2,
	.forWhat3 {
		display:none;
	}

	.list_colleage li {
		min-height: 147px;
		margin-bottom: 0;
	}

	.list_colleage dl dd{
		font-size: 12px;
	}
	.list_colleage dl img{
		width: 100%;
	}

	#remit .remit-section-sp {
		margin: 0;
		display:block;
	}
	#remit span.num {
		font-size:50px;
		line-height:50px;
	}
	#remit div.forWhat1 img,
	#remit div.forWhat2 img,
	#remit div.forWhat3 img {
		display:none;

	}

	#remit .remit-section-title {
		font-size: 16px;
		line-height:1.5;
		padding: 0 100px 0 26px;
	}
	#remit .remit-section-title span{
		font-size: 22px;
		line-height: 1.3;
	}
	.contents_remit .contents_remit-txt h3{
		font-size: 24px;
	}
	#remit div.forWhat img{
		width:100px;
		height: auto;
		top: -34px;
		right: 0;
	}
	.contents_remit .contents_remit-img img {
		width: 135%;
	}
	#remit div.exparo {
		border:1px solid #28a8c5;
		box-shadow:2px 2px 7px 1px #c3c3c3;
		padding:20px;
		margin:10px;
	}
	#remit .other{
		border:1px solid #959595;
		background:#fdfdfd;
		padding:20px;
		margin:10px;
	}
	#remit .thumbnail .flow-img {
		margin:20px auto;
		text-align:center;
	}
	#remit .thumbnail .flow-img img {
		margin:0 auto;
	}
	#remit .thumbnail .title h3 {
		font-size: 1.2em;
		font-weight:700;
		text-align:center;
		color:#444;
	}
	#remit .thumbnail p {
		font-size: 0.9em;
	}
	#remit .thumbnail .title h3.exparo {
		color:#0096b7;
		font-weight:700;
		font-size: 1.4em;
	}
	#remit .menu-item-description {
		font-size: 0.9em;
		line-height:1.5em;
		margin-top:10px;
	}
	#remit .collapse {
		margin:10px;
	}
	#remit .collapse img {
		margin-top:10px;
	}
	#remit .collapse p{
		font-size: 1em;
		line-height:1.5em;
	}



	/* kuchikomi Section */
	#kuchikomi .kuchikomi-section {
		margin: 0;
	}
	#kuchikomi .kuchikomi-box {
		margin:10px;
		padding:15px 0;
	}
	#kuchikomi .kuchikomi-text h3 {
		font-size:1.2em;
		line-height:1.5em;
		margin-top:10px;
	}
	#kuchikomi .kuchikomi-text p {
		font-size:0.9em;
		line-height:1.5em;
		color:#333;
	}
	#kuchikomi p.who {
		color:#008baa;
	}
	/* how Section */
		#how .how-section {
			margin: 30px 0 0;
		}
	#how .howto-box {
		border-radius:10px;
		padding:15px 10px;
		margin:20px 10px 5px 10px;
	}
	.contents_how dt, .contents_how dd{
		display:block;
		width:100%;
		margin:0;
	}
	.contents_how dl {
		border:0;
	}
	.contents_how dt span {
		width:100%;
	}
	.contents_how dd {
		float:none;
		padding:10px 10% 0;
	}
	.contents_how .section-title {
		margin-bottom:0;
	}
	.contents_how .how-section-title {
		font-size: 4em;
		display: block;
		font-weight: 300;
		color: #ff2205;
		text-align: center;
		margin-bottom:20px;
	}
	#how .section-title h2 {

	}
	.contents_how .section-title p {
		color:#555;
	}
	.contents_how .reason-item {
		text-align:left;
	}
	.contents_how h3 {
		display:inline-block;
		font-weight: 600;
		margin:0 15px;
		font-size:1.3em;
		margin:20px auto;
	}
	#how .step {
		font-size:0.9em;
		background:url(../../../img/campaign/studyAbroad/v_line.png) 50% 50% repeat-y;
	}
	#how .step div.title {
		background:#f7f7f7;
		padding:10px auto 0;
		margin:0;
		font-size:1.5em;
	}
	#how .step div.title2 {
		background:#f7f7f7;
		padding:50px auto 0;
		margin:0;
		font-size:1.5em;
	}
	#how .step .step_box {
		text-align:center;
		margin-top:10px;
	}
	#how .step .end_text {
		margin-top:0;
	}
	#how .step div.group {
		margin-top:10px;
		margin-bottom:0;
		min-height:100px;
	}
	#how .step div.end_group {
		margin-bottom:35px;
	}
	#how .step div.group2 {
		margin-top:10px;
		margin-bottom:0;
		min-height:100px;
	}
	#how .step span {
		padding:3px 18px;
		font-size:1.1em;
	}
	#how .step span.end {
		padding:51px;
		margin:0;
	}
	#how h4 {
		font-size:1.6em;
		line-height:1.2em;
		text-align:center;
		margin-bottom:7px;
	}
	#how h4.ok {
		font-size:2em;
		line-height:1em;
	}
	.box_how.bg_arr::after{
		display: none;
	}
	/* Contact Section */
	#contact {
		padding: 40px 0 20px 0;
	}
	#contact img {
		width:50%;
	}
	#contact h2 {
		font-size:1.8em;
	}
	#contact .section-title p.slogan {
		font-size:1.1em;
	}
	#contact .text-title {
		color: #333;
		text-align: left;
		font-size:1.2em;
		font-weight:bold;
	}

	#contact .form-control {
		display: block;
		width: 100%;
		padding: 6px 12px;
		font-size: 16px;
		line-height: 1.42857143;
		color: #444;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ddd;
		border-radius: 3px;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
		font-weight:normal;
	}

	#contact .description {
		font-size:1em;
		margin-top:10px;
	}
	#contact .checkbox {
		font-size:1em;
	}

	#contact .contact-item {
		margin: 20px 0 40px 0;
	}
#contact .contact-item span {
	color: #333;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
#contact .contact-item p {
	font-size: 16px;
}

#footer .line {
	border:0;
}

h2 {
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 2em;
}
.section-title p {
	font-size: 1.2em;
	/*color: rgba(255,255,255,0.8);*/
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 10px;
}
#reason .reason-section-title ,
#how .how-section-title {
	font-size: 2em;
	margin:0;
}

#footer p.tel {
	margin:0;
	text-align:center;
}
}