@charset "UTF-8";
/* ***********************************************************************
    Shimura Orthopaedic Clinic - <Recruit>
*********************************************************************** */
/*
    0 : Common
	1 : Local Nav
    2 : Contents
	
*/
/* ***********************************************************************
    0 : Common
*********************************************************************** */
/**[ SP ]**/
section {
	margin-bottom: 80px;
}
section:last-child {
	margin-bottom: 0;
}
.indent {
	width       : 90%;
	height      : auto;
	margin-left : auto;
	margin-right: auto;
	text-align  : left;
}
#recruit section .indent {
	width: 100%;
}
@media (min-width:896px) {
/**[ PC ]**/
	section {
		margin-bottom: 88px;
	}
	.indent {
		width    : 980px;
		max-width: 980px;
	}
}
@media screen and (max-width: 1280px) and (min-width: 896px) and (orientation: portrait) {
/**[ TABLET ]**/
	.indent {
		width: 100%;
	}
}


/* ***********************************************************************
	1 : Local Nav
*********************************************************************** */
#recruit #localNav {
	max-width: 90%;
	margin   : 0 auto;
}
#recruit #localNav h3 {
	margin : 0;
	padding: 0;
	border : none;
	background   : #009de1;
	width        : 100%;
	max-height   : 40px;
	margin-bottom: 2px;
	color        : #fff;
	font         : 16px/40px "UD Shin Go NT Medium", "UD Shin Go Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align   : center;
}
#recruit #localNav ul {
	width: 100%;
}
#recruit #localNav ul li {
	margin-left     : 0;
	float           : none;
	background-color: #f1f9fd;
	width           : 100%;
	height          : 40px;
	margin-bottom   : 2px;
	text-align      : center;
}
#recruit #localNav ul li:first-child {
	margin-left: 0;
}
#recruit #localNav ul li a {
	background  : none;
	padding-left: 0;
	display     : block;
	width       : 100%;
	height      : 40px;
	text-align  : center;
	color       : #333;
	font-size   : 16px;
	line-height : 40px;
}
#recruit #localNav ul li a:visited {
	opacity: 1.0;
	filter : alpha(opacity=100);
}
#recruit #localNav ul li a img {
	width  : 11px;
	height : 7px;
	padding: 16px 8px 17px 0;
}
@media (min-width:896px) {
/**[ PC ]**/
	#recruit #localNav {
		max-width: 0;
		max-width: 100%;
		width    : 100%;
		height   : 96px;
	}
	#recruit #localNav h3 {
		margin     : 0 auto;
		font-size  : 18px;
		line-height: 40px;
	}
	#recruit #localNav ul {
		margin : 0;
		padding: 0;
		background: none;
		background-color: #f1f9fd;
		min-width : 100%;
		width     : 100%;
		height    : 56px;
	}	
	#recruit #localNav ul li {
		width  : 0;
		margin : 0;
		padding: 0;
		float           : left;
		background      : url(../../recruit/images/nav_lower_p.png) right center no-repeat;
		background-color: #f1f9fd;
		height          : 56px;
		padding-right   : 4px;
	}
	#recruit #localNav ul li:first-child,
	#recruit #localNav ul li:first-child a { max-width: 266px; min-width: 25%; width: auto; }/*248px*/
	#recruit #localNav ul li:nth-child(2),
	#recruit #localNav ul li:nth-child(2) a { max-width: 266px; min-width: 24%; width: auto; }/*230px*/
	#recruit #localNav ul li:nth-child(3),
	#recruit #localNav ul li:nth-child(3) a { max-width: 266px; min-width: 24.25%; width: auto; }/*230px*/
	#recruit #localNav ul li:last-child,
	#recruit #localNav ul li:last-child a { max-width: 262px; min-width: 25%; width: auto; background-image:none;}/*248px*/
	#recruit #localNav ul li a {
		margin     : 0;
		padding    : 0;
		font-size  : 18px;
		line-height: 56px;
	}
	#recruit #localNav ul li a img {
		padding: 24px 8px 25px 0;
	}
}



/* ***********************************************************************
    2 : Contents
*********************************************************************** */
/**[ H1 ]**/
/**[ SP ]**/
#recruit main .innerBox {
	background      : url(../../recruit/images/h1_bg_s.jpg) right top no-repeat;
	background-size : auto 100px;
	background-color: #fff;
}
#recruit h1#pageTitle {
	border-left: solid 4px #009de1;
}
@media (min-width:896px) {
/**[ PC ]**/
	#recruit main .innerBox {
		background      : url(../../recruit/images/h1_bg_p.jpg) right top no-repeat;
		background-size : 100% auto;
		background-color: #fff;
		min-width       : 984px;
		max-width       : 1080px;
		height          : auto;
		padding         : 0 100px 80px;
		line-height     : 2.25;
	}
	#recruit h1#pageTitle {
		border-left: none;
	}
}
@media screen and (max-width: 1280px) and (min-width: 896px) and (orientation: portrait) {
/**[ TABLET ]**/
	#recruit main .innerBox {
		background-position: right top;
		background-size    : auto 200px;
		background-color   : #fff;
		overflow           : hidden;
		padding            : 0 20px 80px;
	}
}
/**[ H2 ]**/
/**[ SP ]**/
#recruit h2 {
	background   : #f5fbfe;
	width        : 90%;
	min-height   : 32px;
	height       : auto;
	margin-bottom: 24px;
	padding      : 20px 5%;
	border-top   : solid 2px #009de1;
	border-bottom: solid 2px #009de1;
	color        : #333;
	text-align   : center;
	font         : normal 20px/28px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width:896px) {
/**[ PC ]**/
	#recruit h2 {
		width        : 984px;
		min-height   : 32px;
		height       : auto;
		margin-bottom: 40px;
		padding      : 40px 48px;
		font         : normal 28px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
@media screen and (max-width: 1280px) and (min-width: 896px) and (orientation: portrait) {
/**[ TABLET ]**/
	#recruit h2 {
		width  : 0;
		width  : 100%;
		padding: 40px 0;
	}
}
/**[ H3 ]**/
/**[ SP ]**/
#recruit h3.updateday {
	background  : none;
	margin      : 0;
	padding     : 0;
	border      : none;
	color       : #333;
	font        : bold 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align  : left;
}
@media (min-width:896px) {
/**[ PC ]**/
	#recruit h3.updateday {
		font-size: 16px;
	}
}
/***********/

#recruit #intro {
	text-align   : left;
	margin-top   : 32px;
	margin-bottom: 48px;
}
.graph{
	background      : url(https://shimura-seikeigeka.com/common/images/dottedline.png) left bottom repeat-x;
	background-size : 3px 1px;
	background-color: #fffcf0;
	width           : 100%;
	height          : auto;
	margin          : 2px auto 32px;
	padding-bottom  : 1px;
}
.graph dl{
	background     : url(https://shimura-seikeigeka.com/common/images/dottedline.png) left top repeat-x;
	background-size: 3px 1px;
	width          : 100%;
	padding-top    : 1px;
}
.graph dl dt {
	float     : left;
	width     : 27.6%;
	padding   : 10px 0;
	text-align: center;
}
.graph dl dd {
	float           : right;
	background-color: #fff;
	width           : 67.54%;
	padding         : 10px 1.50% 10px 3.36%;
}
.graph dl dd span {
	display    : block;
	margin     : 0;
	padding    : 0;
	line-height: 1.5;
}
#btn_appli {
	display   : block;
	width     : 94%;
	height    : auto;
	margin    : 16px auto 0;
	text-align: center;
}
#btn_appli img {
	width : 100%;
	height: auto;
	margin: 0 auto;
}
a.yetImg:hover {
	opacity     : 0.3;
	filter      : alpha(opacity=30);
	-moz-opacity: 0.3;
}

/**231004追加**/
.glayBox {
	border: solid 1px #fffcf1;
	background-color: #fffdf6;
	border-radius   : 8px;
	max-width       : 100%;
	margin-top      : 8px; 
	padding         : 8px;
	font-size       : 14px;
	line-height     : 1.5em;
	color: #555;
}


@media (min-width:896px) {
/**[ PC ]**/
	#recruit #intro {
		font-size : 18px;
		text-align: center;
	}
	#btn_appli{
		width     : 480px;
		height    : auto;
		margin-top: 32px;
	}
}



