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

.psy_consul .main_img {
	background-image: url("../images/psycho_consul/main_img.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

.psy_consul .intro {
	width: 90%;
	margin: 50px 5%;
	padding: 0;
	float: left;
}

.psy_consul .intro h2.en {
	width: 80%;
	margin: 0 10%;
	padding: 0 0 10px;
	float: left;
	border-bottom: #2E4389 1px solid;
	font-size: 36px;
	text-align: center;
}

.psy_consul .intro h2.jp {
	width: 80%;
	margin: 30px 10%;
	padding: 0 0 10px;
	float: left;
	font-size: 36px;
	text-align: center;
	border-bottom: #2E4389 1px solid;
}

.psy_consul .intro .message {
	width: 80%;
	margin: 0 10%;
	padding: 0;
	float: left;
	text-align: center;
}

/********************************************************************/
/*             PROLOGUE  LAYOUT
/********************************************************************/

.psy_consul .prologue {
	width: 100%;
	margin: 50px 0;
	padding: 0;
	float: left;
	background-image: url("../images/psycho_consul/bg_flower1.jpg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 110%;
}

.psy_consul .prologue .glid50 {
	background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,0.7) 10%, #FFF 20%);
	padding: 50px 0;
}

.psy_consul .prologue .box {
	width: 80%;
	margin: 50px 10%;
	float: left;
}

/********************************************************************/
/*             CONSULTING  LAYOUT
/********************************************************************/

.psy_consul .consulting {
	width: 100%;
	margin: 50px 0;
	padding: 0;
	float: left;
}

.psy_consul .consulting .message {
	width: 90%;
	margin: 50px 5%;
	padding: 0;
	float: left;
}

.psy_consul .consulting .items {
	width: 90%;
	margin: 0 5% 50px;
	padding: 0;
	float: left;
}

.psy_consul .consulting .items h3 {
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	border-top: #2E4389 1px solid;
	border-bottom: #2E4389 1px solid;
	float: left;
}

.psy_consul .consulting .items ul {
	width: 86%;
	margin: 50px 7%;
	padding: 0;
	float: left;
}

.psy_consul .consulting .items ul li {
	list-style: none;
	float: left;
	margin: 0 20px 10px 0;
	float: left;
}



/* ************************************************** */
/*  Mobile  Display  MAX-WIDTH 960px */
/* ************************************************** */
@media only screen and (max-width:980px){

.psy_consul .prologue { margin: 0;background-image: initial; }
.psy_consul .consulting .glid50,
.psy_consul .prologue .glid50 { width: 100%; }



}

/* ************************************************** */
/*  Mobile  Display   640px */
/* ************************************************** */

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

.psy_consul .intro h2.en { width: 90%;margin: 0 5%;font-size: 20px; }
.psy_consul .intro h2.jp { width: 90%;margin: 30px 5%;font-size: 16px; }

.psy_consul .intro {
	width: 100%;
	margin: 50px 0;
}

.psy_consul .intro h2.en {
	width: 100%;
	margin: 0;
}

.psy_consul .intro h2.jp {
	width: 100%;
	margin: 30px 0;
}

.psy_consul .intro .message {
	width: 100%;
	margin: 0;
}

}

/* ************************************************** */
/*  Mobile  Display   480px */
/* ************************************************** */

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

.psy_consul .main_img { background-position: center left -250px; }

}
