@charset "utf-8";


/*　　スライダー
-------------------------------------------------------*/
#main_img {
}
#main_img img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 737px) and (max-width: 1040px){
}

@media screen and (min-width: 737px) and (max-width: 1040px) and (orientation : landscape){
}

@media screen and (max-width: 736px){
}

@media screen and (max-width: 736px) and (orientation : landscape) {
}


/*　　コンテンツ
-------------------------------------------------------*/
.home-txt01 {
	margin-top: 50px;
	font-size: 28px; font-size: 2.8rem;
	letter-spacing: 5px;
	text-align: center;
}
.home-map {
	position: relative;
	width: 680px;
	margin: 50px auto 0;
}
.home-map img {
	width: 100%;
	height: auto;
}
.home-map .area-honsya {
	content: "";
	position: absolute;
	top: 45.20%;
	left: 55.66%;
	width: 14.16%;
	height: 7.47%;
	overflow: visible;
}
.home-map .area-tokyo {
	content: "";
	position: absolute;
	top: 14.79%;
	left: 55.5%;
	width: 14.16%;
	height: 7.47%;
	overflow: visible;
}
.home-map .area-arakawa {
	content: "";
	position: absolute;
	top: 24.06%;
	left: 49.83%;
	width: 14.16%;
	height: 7.47%;
	overflow: visible;
}
.home-map .area-edogawa {
	content: "";
	position: absolute;
	top: 27.96%;
	left: 77.16%;
	width: 15.83%;
	height: 7.47%;
	overflow: visible;
}
.home-map .area-shinjyuku {
	content: "";
	position: absolute;
	top: 37.23%;
	left: 26.66%;
	width: 14.16%;
	height: 7.47%;
	overflow: visible;
}
.home-map .area-itabashi {
	content: "";
	position: absolute;
	top: 17.23%;
	left: 28.16%;
	width: 14.16%;
	height: 7.47%;
	overflow: visible;
}
.home-map .area-nerima {
	content: "";
	position: absolute;
	top: 20.23%;
	left: 13.16%;
	width: 14.16%;
	height: 7.47%;
	overflow: visible;
}
.home-map .area-oota {
	content: "";
	position: absolute;
	top: 80.58%;
	left: 39.44%;
	width: 14.16%;
	height: 7.47%;
	overflow: visible;
}
.home-map .area-katsushika {
	content: "";
	position: absolute;
	top: 14.79%;
	left: 78.95%;
	width: 14.16%;
	height: 7.47%;
	overflow: visible;
}
.home-map .area-honsya a,
.home-map .area-tokyo a,
.home-map .area-arakawa a,
.home-map .area-edogawa a,
.home-map .area-shinjyuku a,
.home-map .area-itabashi a,
.home-map .area-nerima a,
.home-map .area-oota a,
.home-map .area-katsushika a{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
.home-map .area-honsya__txt {
	display: none;
	position: absolute;
	top: -110px;
	left: -50px;
	width: 260px;
}
.home-map .area-tokyo__txt {
	display: none;
	position: absolute;
	top: -110px;
	left: -50px;
	width: 260px;
}
.home-map .area-arakawa__txt {
	display: none;
	position: absolute;
	top: -90px;
	left: -220px;
	width: 320px;	
}
.home-map .area-edogawa__txt {
	display: none;
	position: absolute;
	top: 56px;
    left: -38px;
	width: 320px;
}
.home-map .area-shinjyuku__txt {
	display: none;
	position: absolute;
	top: -110px;
	left: -190px;
	width: 320px;	
}
.home-map .area-itabashi__txt {
	display: none;
	position: absolute;
	top: -110px;
	left: -190px;
	width: 320px;	
}
.home-map .area-nerima__txt {
	display: none;
	position: absolute;
	top: -90px;
	left: -150px;
	width: 320px;
}
.home-map .area-oota__txt {
	display: none;
	position: absolute;
	top: -90px;
	left: -150px;
	width: 320px;
}
.home-map .area-katsushika__txt {
	display: none;
	position: absolute;
	top: -110px;
    left: -190px;
	width: 340px;
}
.home-map .area-honsya:hover .area-honsya__txt,
.home-map .area-tokyo:hover .area-tokyo__txt,
.home-map .area-arakawa:hover .area-arakawa__txt,
.home-map .area-edogawa:hover .area-edogawa__txt,
.home-map .area-shinjyuku:hover .area-shinjyuku__txt,
.home-map .area-itabashi:hover .area-itabashi__txt,
.home-map .area-nerima:hover .area-nerima__txt,
.home-map .area-oota:hover .area-oota__txt,
.home-map .area-katsushika:hover .area-katsushika__txt {
	display: block;
	padding: 10px;
	border-radius: 6px;
	border: 2px solid #1db548;
	background: rgba(255,255,255,0.8);
	font-size: 14px;
}
.cnt_01_title {
	margin-bottom: 10px;
	font-size: 24px; font-size: 2.4rem;
	line-height: 1;
}
.cnt_01_title span {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
}
.cnt_01 .psychiatry,
.cnt_01 .company,
.cnt_01 .support,
.cnt_01 .download,
.cnt_01 .preparation02,
.cnt_01 .recruit,
.cnt_01 .contact {
	position: relative;
	margin-top: 50px;
	height: 230px;
	color: #000;
	border: 1px solid #ccc;
	padding: 25px 15px 25px 94px;
}
.cnt_01 .psychiatry p,
.cnt_01 .company p,
.cnt_01 .support p,
.cnt_01 .download p,
.cnt_01 .preparation02 p,
.cnt_01 .recruit p,
.cnt_01 .contact p{
	margin-top: 15px;
}
a:hover .psychiatry,
a:hover .company,
a:hover .support,
a:hover .download,
a:hover .preparation02,
a:hover .recruit,
a:hover .contact {
	background-color: #effdf3;
}
.cnt_01 .psychiatry .tit_img {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 74px;
	height: 230px;
	background-image: url(../images/top/bg_cnt_01_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
}
.cnt_01 .company .tit_img {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 74px;
	height: 230px;
	background-image: url(../images/top/bg_cnt_01_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
}
.cnt_01 .support .tit_img {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 74px;
	height: 230px;
	background-image: url(../images/top/bg_cnt_01_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
}
.cnt_01 .download .tit_img {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 74px;
	height: 230px;
	background-image: url(../images/top/bg_cnt_01_04.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
}
.cnt_01 .recruit .tit_img {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 74px;
	height: 230px;
	background-image: url(../images/top/bg_cnt_01_05.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
}
.cnt_01 .preparation02 .tit_img {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 74px;
	height: 230px;
	background-image: url(../images/top/bg_cnt_01_06.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
}
.cnt_01 .contact .tit_img {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 74px;
	height: 230px;
	background-image: url(../images/top/bg_cnt_01_07.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
}
.cnt_news {
	margin-top: 60px;
}
.cnt_news h2 {
	text-align: center;
	margin-bottom: 10px;
}
.cnt_news dl.news_top {
	overflow: hidden;
	zoom: 1;
}
.cnt_news dl.news_top dt {
	float: left;
	width: 180px;
	margin-top: 40px;
}
.cnt_news dl.news_top dd {
	margin-top: 40px;
	margin-left: 200px;
}
.cnt_news dl.news_top dd .date {
	color: #89440d;
}
.cnt_news dl.news_top dd .news {
	margin-top: 10px;
}
.cnt_news dl.news_top dd .news a {
	color: #000;
}
.cnt_news dl a:hover {
	text-decoration: underline;
}
.cnt_contact {
	margin-top: 60px;
}
.cnt_contact .heading1 {
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.cnt_contact ul {
	overflow: hidden;
	zoom:1;
}
.cnt_contact ul li {
	float: left;
	width: 50%;
	padding-top: 25px;
	padding-bottom: 25px;
}
.cnt_contact ul li.tel {
	text-align: right;
	padding-right: 20px;
}
.cnt_contact ul li.fax {
	text-align: left;
}
.cnt_twitter {
	margin-top: 60px;
}
.cnt_facebook {
	margin-top: 30px;
}
.home-news-btn {
	margin-top: 30px;
}

@media screen and (min-width: 737px) and (max-width: 1040px){
.cnt_01 .psychiatry,
.cnt_01 .company,
.cnt_01 .support,
.cnt_01 .download,
.cnt_01 .preparation02,
.cnt_01 .recruit,
.cnt_01 .contact {
	position: relative;
	margin-top: 40px;
	height: 230px;
	color: #000;
	border: 1px solid #ccc;
	padding: 15px 15px 15px 94px;
}

.home-map {
	width: 80%;
	margin: 40px auto 0;
}
.cnt_news {
	margin-top: 40px;
}
.cnt_news h2 {
	text-align: center;
	margin-bottom: 20px;
}
.cnt_news dl.news_top {
	overflow: hidden;
	zoom: 1;
}
.cnt_news dl.news_top dt {
	float: left;
	width: 37.5%;
	margin-top: 20px;
}
.cnt_news dl.news_top dd {
	margin-top: 20px;
	margin-left: 41.666666666667%;
}
.cnt_contact {
	margin-top: 40px;
}
.cnt_twitter {
	margin-top: 40px;
}
.cnt_facebook {
	margin-top: 20px;
}
}

@media screen and (max-width: 736px){
.home-txt01 {
	margin-top: 40px;
	font-size: 18px; font-size: 1.8rem;
}
.cnt_01 {
	margin-top: 10px;
}
.cnt_01 .psychiatry,
.cnt_01 .company,
.cnt_01 .download,
.cnt_01 .preparation02 {
	position: relative;
	width: 100%;
	margin-top: 20px;
	height: 200px;
	color: #000;
	border: 1px solid #ccc;
	padding: 25px 25px 25px 94px;
}
.cnt_01 .psychiatry .tit_img,
.cnt_01 .company .tit_img, 
.cnt_01 .download .tit_img,
.cnt_01 .preparation02 .tit_img {
	height: 200px;
}
.cnt_01 .recruit,
.cnt_01 .contact,
.cnt_01 .support {
	position: relative;
	width: 100%;
	margin-top: 20px;
	height: 75px;
	color: #000;
	border: 1px solid #ccc;
	padding: 25px 25px 25px 94px;
}
.cnt_01 .support .tit_img,
.cnt_01 .recruit .tit_img,
.cnt_01 .contact .tit_img{
	height: 75px;
}
.home-map {
	width: 100%;
	margin: 30px auto 0;
}
.home-map .area-honsya__txt {
	display: none;
	position: absolute;
	top: -100px;
	left: -140px;
	width: 200px;
}
.home-map .area-tokyo__txt {
	display: none;
	position: absolute;
	top: -95px;
	left: -160px;
	width: 220px;
}
.home-map .area-arakawa__txt {
	display: none;
	position: absolute;
	top: -80px;
	left: -160px;
	width: 280px;	
}
.home-map .area-edogawa__txt {
	display: none;
	position: absolute;
	top: -80px;
	left: -230px;
	width: 280px;
}
.home-map .area-shinjyuku__txt {
	display: none;
	position: absolute;
	top: -95px;
	left: -50px;
	width: 280px;	
}
.home-map .area-itabashi__txt {
	display: none;
	position: absolute;
	top: -95px;
	left: -50px;
	width: 280px;	
}
.home-map .area-nerima__txt {
	display: none;
	position: absolute;
	top: -95px;
	left: -30px;
	width: 280px;
}
.home-map .area-oota__txt {
	display: none;
	position: absolute;
	top: -90px;
	left: -120px;
	width: 280px;
}
.home-map .area-katsushika__txt {
	display: none;
    position: absolute;
    top: -83px;
    left: -209px;
    width: 280px;
}
.home-map .area-honsya:hover .area-honsya__txt,
.home-map .area-tokyo:hover .area-tokyo__txt,
.home-map .area-arakawa:hover .area-arakawa__txt,
.home-map .area-edogawa:hover .area-edogawa__txt,
.home-map .area-shinjyuku:hover .area-shinjyuku__txt,
.home-map .area-itabashi:hover .area-itabashi__txt,
.home-map .area-nerima:hover .area-nerima__txt,
.home-map .area-oota:hover .area-oota__txt,
.home-map .area-katsushika:hover .area-katsushika__txt {
	display: block;
	padding: 8px;
	font-size: 12px; font-size: 1.2rem;
}
.cnt_news {
	margin-top: 40px;
}
.cnt_news h2 {
	text-align: center;
	margin-bottom: 20px;
}
.cnt_news h2 img {
	width: 100px;
}
.cnt_news dl.news_top {
	overflow: hidden;
	zoom: 1;
}
.cnt_news dl.news_top dt {
	float: left;
	width: 35%;
	margin-top: 20px;
}
.cnt_news dl.news_top dd {
	margin-top: 20px;
	margin-left: 38%;
}
.cnt_news dl.news_top dd .news {
	margin-top: 5px;
}
.cnt_contact {
	margin-top: 40px;
}
.cnt_twitter {
	margin-top: 40px;
}
.cnt_facebook {
	margin-top: 40px;
}
}

@media screen and (max-width: 736px) and (orientation : landscape) {
}

