@charset "utf-8";
/* CSS Document */

/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
.pt{display: block;}
.pc{display: none;}
.ps{display: none;}
.tb{display: block;}
.ts{display: block;}
.sp{display: none;}

/*--------------------　ヘッダー　--------------------*/
header .inbox .inner h1 {
font-size: 75%;
margin: 13px 0 0 0;
}

header .inbox .contact_btn {
width: 150px;
font-size: 75%;
background: url(/shared/templates/iryoujinzai_site/images/icon_contact.png) no-repeat 15px center #FFFFFF;
}

.bl_sizeBtn_wrap {
padding-right: 160px;
}

header .inbox2 .logo {
width: 400px;
float: none;
margin: 0 auto 30px;
padding-top: 10px;
}

header .inbox2 .menu {
width: 100%;
float: none;
}
	
	
header .inbox2_top .logo {
width: 400px;
float: none;
margin: 0 auto 30px;
padding-top: 10px;
}

header .inbox2_top .menu {
width: 100%;
float: none;
}

/*--------------------　フッター　--------------------*/
footer .inbox {
	width: 100%;
	float: none;
}

footer .footer_menu {
	width: 100%;
	float: none;
}

footer .copy {
margin-top: 50px;
}

/*--------------------　トップページ　--------------------*/
#cotents .block05 li {
height: 460px;
}

#cotents .block05 li h3 {
font-size: 100%;
}
#cotents .block05 li p {
font-size: 90%;
}
	
	
/*----------------------------------------　★医師・医師を目指す方★　--------------------*/
#page_cotents #page_left #doctor ul.isikyujinjouhou_list li {
width: 49%;
}

#page_cotents #page_left #doctor ul.isikyujinjouhou_list2 li {
width: 100%;
}
	
#page_cotents #page_left #doctor ul.isikyujinjouhou_list li:nth-child(3n) {
margin-right: 2%;
}

#page_cotents #page_left #doctor ul.isikyujinjouhou_list li:nth-child(even) {
margin-right: 0;
}
	
	
/*----------------------------------------　★修学資金を借りたい方・借りている方★　--------------------*/	
	
}

/* タブレットレイアウト : 768 px ～ 1200 px*/
@media screen and (max-width:1200px)
{

	
}