@charset "utf-8";

/* ---------------------------------------------------
   File: support.css
   Version: 1.0.0
   Update: 2018-02-06
   Author: http://flowlab.co.jp

   (c)2007-2018 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */




/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */

/* -------------------------------
		Grobal Navigation
------------------------------- */
#gnavi li:nth-child(4) a {
	color: #2280bb;
	border-bottom: 3px solid #2280bb;
}


/* -------------------------------
		Txt
------------------------------- */
.grid_12 .txt {
	width: 80%;
	margin: 0 auto;
}



/* ====================================================
		Promise
==================================================== */
#promise h2 {
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding-bottom: 80px;
}



/* ====================================================
		Background Style
==================================================== */

/* -------------------------------
		Background Img
------------------------------- */
.backgroundImg {
	/*height: 640px;*/
	padding-top: 150px;
}
/* Title */
.backgroundImg h3 {
	text-align: center;
}

/* Box */
.backgroundImg section {
	text-align: center;
}

/* Txt */
.backgroundImg .txt {
	text-align: center;
	padding-bottom: 150px;
}


/* ====================================================
		Products Item
==================================================== */
#promise1 {
	background-image: url(../img/support/bg_ph_01.jpg);
	min-height: 100%;
}
#promise2 {
	background-image: url(../img/support/bg_ph_02.jpg);
	min-height: 100%;
}
#promise3 {
	background-image: url(../img/support/bg_ph_03.jpg);
	min-height: 100%;
}



/* ====================================================
		Course
==================================================== */
#csr {
	margin-bottom: 50px;
}
/* -------------------------------
		Catch Copy
------------------------------- */
.catchCopy {
	padding-bottom: 80px;
	line-height: 1.6em;
}
.catchCopy.bold {
	font-size: 1.4em;
	padding: 60px 0 20px;
}
#csr .grid_12 .mgBtm50 {
	margin-bottom: 50px;
}

/* -------------------------------
		Txt
------------------------------- */
.grid_12 .txt {
	width: 100%;
	text-align: center;
}


/* -------------------------------
		Course Information
------------------------------- */
#courseInformation {
	height: 500px;
	color: #454445;
	background-image: url(../img/support/bg_course.jpg);
	min-height: 100%;
	padding-top: 80px;
}

/* Title */
#courseInformation h2 {
	font-size: 1.4em;
	padding-bottom: 30px;
}

/* Text */
#courseInformation .txt {
	width: 70%;
	padding-bottom: 20px;
	text-align: left;
}

/* In Box */
#courseInformation section {
	position: static;
}
#courseInformation section h3 {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 10px;
}
#courseInformation section h3 span {
	font-size: 0.8em;
	font-weight: normal;
}
#courseInformation section .txt {
	width: 40%;
	font-size: 0.85em;
	padding-bottom: 20px;
}










/* ===========================================================================================================================================

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 992px) and (max-width: 1199px) {

/* ====================================================
		Promise
==================================================== */
	
/* ====================================================
		Background Style
==================================================== */
/* -------------------------------
		Background Img
------------------------------- */
/* Title */
.backgroundImg h3 {
	font-size: 1.8em;
	margin-bottom: 0;
	padding-bottom: 30px;
}

/* Box */
.backgroundImg section {
	width: 80%;
	position: relative;
	top: 0!important;
	margin: 0 auto;
}

/* Txt */
.backgroundImg .txt {
	width: 100%;
	padding: 0;
}
	
/* ====================================================
		Course
==================================================== */
/* -------------------------------
		Course Information
------------------------------- */
#courseInformation {
	text-shadow: none;
}
	
/* Text */
#courseInformation .txt {
	width: 80%;
}
	
/* In Box */
#courseInformation section .txt {
	width: 80%;
}
	
	

}


/* ===========================================================================================================================================

   TABLET

============================================================================================================================================= */
@media screen and (min-width: 768px) and (max-width: 991px) {
	
/* ====================================================
		Promise
==================================================== */
	
/* ====================================================
		Background Style
==================================================== */
/* -------------------------------
		Background Img
------------------------------- */
/* Title */
.backgroundImg h3 {
	font-size: 1.4em;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 30px;
}
	
/* Box */
.backgroundImg section {
	width: 100%;
}

/* Txt */
.backgroundImg .txt {
	width: 80%;
}

/* ====================================================
		Course
==================================================== */
/* -------------------------------
		Course Information
------------------------------- */
#courseInformation {
	text-shadow: none;
}
	
/* Text */
#courseInformation .txt {
	width: 90%;
}
	
/* In Box */
#courseInformation section .txt {
	width: 90%;
}
	
}




/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 767px) {

/* -------------------------------
		Grobal Navigation
------------------------------- */
#gnavi li:nth-child(3) a {
	color: #2280bb;
	border-bottom: 1px solid #eee;
}
	
/* -------------------------------
		Txt
------------------------------- */
.grid_12 .txt {
	width: 100%;
	padding: 0 6%;
}
	

/* ====================================================
		Promise
==================================================== */
#promise h2 {
	font-size: 1.6em;
	padding-bottom: 40px;
}
	
/* ====================================================
		Background Style
==================================================== */
/* -------------------------------
		Background Img
------------------------------- */
.backgroundImg {
	padding-top: 50px;
	height: auto;
}
	
/* Title */
.backgroundImg h3 {
	width: 80%;
	font-size: 1.2em;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
	
/* Box */
.backgroundImg section {
	right: auto;
}

/* Txt */
.backgroundImg .txt{
	width: 80%;
	text-align: left;
	padding: 0 0 100px;
}
	
/* ====================================================
		Course
==================================================== */
#coucsrrse {
	
}
	
/* -------------------------------
		Catch Copy
------------------------------- */
.catchCopy {
	text-align: left;
	padding-bottom: 80px;
}
.catchCopy.bold {
	font-size: 1.2em;
	padding: 60px 6% 10px;
}
#csr .txt {
	text-align: left;
}
	
/* -------------------------------
		Course Information
------------------------------- */
#courseInformation {
	padding-top: 80px;
	padding-bottom: 80px;
	text-shadow: none;
	height: auto;
}
	
/* Text */
#courseInformation .txt {
	width: 80%;
}
	
/* In Box */
#courseInformation section h3 {
	padding-top: 0;
}
#courseInformation section .txt {
	width: 90%;
}
	
	
}

.iphone .slide,.ipod .slide {
    background-attachment: inherit;background-size: 300%;
}	