@charset "utf-8";


/* ==========================================================================
	main
========================================================================== */

#main{
	width:100%;
	height:450px;
	background:url("../image/main.jpg") center center no-repeat;
	background-size:cover;
	margin-bottom:61px;
	position:relative;
	box-sizing:border-box;
}

#main h1{padding-top:160px;
	text-align:center;
	letter-spacing:0.025em;
	font-size:62px;
	font-weight:700;
	color:#5dc470;
	}

#main h1 span{
	-webkit-text-shadow: 0 0 9px #ddd; /* Safari, Chrome用 */
	-moz-text-shadow: 0 0 9px #ddd; /* Firefox用 */
	text-shadow: 0 0 9px #ddd; /* CSS3 */
	
	}
	
	
	
#main h2{
	margin-top:13px;
	color:#fff;
	font-weight:bold;
	font-size:22.5px;
	text-align:center;
	letter-spacing:0.05em;
	-webkit-text-shadow: 0px 0px 7px #747474; /* Safari, Chrome用 */
	-moz-text-shadow: 0px 0px 7px #747474; /* Safari, Chrome用 */
	text-shadow:  0px 0px 7px #747474; /* Safari, Chrome用 */
	
	}
@media screen and ( max-width: 1020px ) {
	
#main{
	margin-bottom:60px;
	}
	}
@media screen and ( max-width: 720px ) {
	

#main{
	width:100%;
	height:170px;
	background-size:cover;
	margin-bottom:32px;
}
#main h1{
	padding-top:52px;
	font-size:30px;
	}

#main h2{
	margin-top:3px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	letter-spacing:0.05em;
	
	}
	}

	
	



/* ==========================================================================
	about
========================================================================== */
#top_about{
	width:100%;
}
.about_box{
	
	width:1000px;
	margin:0 auto 60px;
	}
#top_about h1{
	font-size:41px;
	color:#b9ab27;
	text-align:center;
	font-weight:700;
	}

#top_about h2{
	font-size:15px;
	line-height:15px;
	text-align:center;
	margin:9px 0 35px;
	font-weight:bold;
	letter-spacing:0.025rem;
	}
#top_about h3{
	font-size:25px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	letter-spacing:0;
	color:#424242;
	letter-spacing:-0.025rem;
	margin-bottom:21px;
	}
#top_about p{
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	margin:0 0 39px;
	}
	
	
#top_about .l_bnr,
#top_about .r_bnr{
	width:480px;
	height:230px;
	text-align:center;
	box-sizing:border-box;
	display:block;
	position:relative;
	padding:60px 0 0;
	overflow: hidden;
	
	}
#top_about .l_bnr h1,
#top_about .r_bnr h1{
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	color:#fff;
	}
#top_about .l_bnr h1:after,
#top_about .r_bnr h1:after{
	width:55px;
	height:3px;
	margin:15px auto 35px;
	background:#fff;
  content:"";
  display: block;
  }
#top_about .l_bnr div,
#top_about .r_bnr div{
	color:#fff;
	font-weight:bold;
	border-color:#fff;
	}
	

#top_about .l_bnr:after{
    content: "";
	z-index:-2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-image:url("https://sakurahp.or.jp/sakurahp-recruit/pharmacist/image/l_bnr_bg.jpg");
	background-image:url("https://sakurahp.or.jp/sakurahp-recruit/pharmacist/image/l_bnr_bg_ie.jpg")\9;
	background-size:cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	}
#top_about .l_bnr:hover:after{
	
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}
#top_about .l_bnr:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(98,167,105,0.8);
}

#top_about .l_bnr:hover div{
    color: rgba(98,167,105,1);
	background:#fff;
}




#top_about .r_bnr:after{
    content: "";
	z-index:-2;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-image:url("https://sakurahp.or.jp/sakurahp-recruit/pharmacist/image/r_bnr_bg.jpg");
	background-image:url("https://sakurahp.or.jp/sakurahp-recruit/pharmacist/image/r_bnr_bg_ie.jpg")\9;
	background-size:cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	}
#top_about .r_bnr:hover:after{
	
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}
#top_about .r_bnr:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(175,113,75,0.8);
}

#top_about .l_bnr div,
#top_about .r_bnr div{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	}
	
#top_about .r_bnr:hover div{
    color: rgba(175,113,75,1);
	background:#fff;
}
	
	
	
#top_about .l_bnr{
	float:left;
	}
#top_about .r_bnr{
	float:right;
	}



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

.about_box{
	
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
	}
#top_about .l_bnr,
#top_about .r_bnr{
	width:48.5%;
	}
	}
	
@media screen and ( max-width: 720px ) {

.about_box{
	
	padding:0 15px;
	margin-bottom:34px;
	}
#top_about h3{
	font-size:16px;
	line-height:24px;
	color:#424242;
	margin-bottom:10px;
	}
#top_about p{
	font-size:11px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	margin:0 0 15px;
	}

#top_about .l_bnr,
#top_about .r_bnr{
	width:100%;
	height:120px;
	padding:25px 0 0;
	float:none;
	}
	
#top_about .l_bnr h1,
#top_about .r_bnr h1{
	font-size:14px;
	line-height:14px;
	}
	
	
#top_about .l_bnr h1:after,
#top_about .r_bnr h1:after{
	width:30px;
	height:2px;
	margin:8px auto 20px;
  }
  
  
#top_about .l_bnr:after,
#top_about .r_bnr:after{
	background-position:center center;
	}
#top_about .l_bnr div,
#top_about .r_bnr div{
	width:88px;
	height:30px;
	font-size:11px; 
	padding-top:7px;
	font-weight:bold;
	border:2px solid #fff;
	}
	
#top_about .l_bnr{
	margin-bottom:10px;
	}
	
	
}


	
/* ==========================================================================
	Countermeasure
========================================================================== */


#ce{
	
	background:#f9f8f5;
	width:100%;
	padding:65px 0 0;
	box-sizing:border-box;
	}

#ce h1{
	font-size:41px;
	text-align:center;
	font-weight:700;
	color:#7cb7ae;
	}

#ce h2{
	font-size:15px;
	line-height:15px;
	text-align:center;
	margin:9px 0 50px;
	font-weight:bold;
	letter-spacing:0.025rem;
	}

.ce_wrap{
	width:100%;
	padding:0 0 80px;
	box-sizing:border-box;
	}
	
#ce .ce_wrap h1{
	font-weight:bold;
	font-size:32px;
	line-height:35px;
	color:#fff;
	width:1000px;
	margin:0 auto;
	text-align:left;
	padding-bottom:7px;
	
	}
.ce_wrap h1 span{
	font-size:50px;
	font-weight:700;
	font-style: italic;
	line-height:35px;
	padding-right:22px;
	 vertical-align:text-bottom;
	 vertical-align:top\9;
	 padding-top:10px;
	}

#ce .ce_box{
/*	width:1000px; */
	width:850px;
	margin:0 auto;
/*	padding:90px 0 0; */
	}

#ce .ce_box h2{
	font-size:24px;
	color:#1b1b1b;
	font-weight:bold;
	margin:0 auto;
	}
#ce .ce_box h3{
	font-weight:bold;
	line-height:14px;
	text-align:center;
	margin:15px 0 60px;
	font-weight:bold;
	letter-spacing:0.025rem;
	}

#ce .ce_box .ce_lbox{
	float:left;
	}
	
#ce .ce_box .ce_rbox{
	float:right;
	}
	
#ce .ce_box .box_txt{
	width:100%;
	padding:30px 10px;
	box-sizing:border-box;
	background:#fff;
	text-align:center;
	margin:60px auto 40px;
	}
#ce .ce_box .box_txt h4{
	font-size:20px;
	font-weight:bold;
	margin-bottom:12px;
	}
	
#ce .ce_box .box_txt p{
	font-size:14px;
	line-height:30px;
	color:#1b1b1b;
	font-weight:bold;
}

#ce .ce_box .ce_shosai{
	position:relative;
	display:block;
	width:480px;
	height:70px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding:24px 0 0;
	text-align:center;
	margin:0 auto;
	box-sizing:border-box;
	}

#ce .ce_box .ce_shosai:after{
    content: "";
    display: block;
	position: absolute;
	width:12px;
	height:17px;
	right:30px;
	top:27px;
	background:url("https://sakurahp.or.jp/sakurahp-recruit/pharmacist/image/ce_shosai_ar.png") center center no-repeat;
	background:url("https://sakurahp.or.jp/sakurahp-recruit/pharmacist/image/ce_shosai_ar_ie.png") center center no-repeat\9;
	background-size:cover;
	
	}
	
	
/*ce01*/	

	
#ce .ce01 .ce_tit{
	width:100%;
	background:#c54d83;
	padding:30px 0 0;
	position:relative;
	}
	

#ce .ce01{
	position:relative;
	}
#ce .ce01 .arrow_01{
    display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	z-index:100;
	box-sizing:border-box;
	border-bottom: 80px solid transparent;
	border-top: 0px solid transparent;
}
	

#ce .ce01 .ce_tit:after{
    content: "";
    display: block;
	position: absolute;
	right:0;
	top:100%;
	height:80px;
	width:1px;
	background:#c54d83;
	
	}

#ce .ce01 .ce_lbox{
	width:470px;
	}
#ce .ce01 .ce_lbox p{
	font-size:14px;
	line-height:30px;
	color:#1b1b1b;
	font-weight:bold;
	letter-spacing:-0.025em !important;
	}
#ce .ce01 .ce_lbox div{
	background:#ffe7f2;
	padding:18px 30px 24px;
	box-sizing:border-box;
	margin-top:27px;
	}
#ce .ce01 .ce_lbox div h4{
	font-size:18px;
	line-height:38px;
	color:#c54d83;
	font-weight:bold;
	}
#ce .ce01 .ce_lbox div p{
	font-weight:100 !important;
	}
	
#ce .ce01 .ce_rbox{
	width:490px;
}	
	
#ce .ce01 .ce_box h3{
	color:#c54d83;
	}
	
#ce .ce01 .box_txt{
	border:2px solid #c54d83;
	}
	
#ce .ce01 .box_txt h4{
	color:#c54d83;
	}
#ce .ce01 .ce_shosai{
	
	background:#c54d83;
	}




/*ce02*/	

	
#ce .ce02 .ce_tit{
	width:100%;
	background:#1285b4;
	padding:30px 0 0;
	position:relative;
	}
	

#ce .ce02{
	position:relative;
	}
#ce .ce02 .arrow_02{
    display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	z-index:100;
	box-sizing:border-box;
	border-bottom: 80px solid transparent;
	border-top: 0px solid transparent;
}
	

#ce .ce02 .ce_tit:after{
    content: "";
    display: block;
	position: absolute;
	right:0;
	top:100%;
	height:80px;
	width:1px;
	background:#1285b4;
	
	}

#ce .ce02 .ce_rbox{
	width:520px;
	}
#ce .ce02 .ce_rbox p{
	font-size:14px;
	line-height:30px;
	color:#1b1b1b;
	font-weight:bold;
	letter-spacing:-0.025em !important;
	}
#ce .ce02 .ce_rbox div{
	background:#e0f2fa;
	padding:16px 30px 24px;
	box-sizing:border-box;
	margin-top:17px;
	}
#ce .ce02 .ce_rbox div h4{
	font-size:18px;
	line-height:38px;
	color:#1285b4;
	font-weight:bold;
	}
#ce .ce02 .ce_rbox div p{
	font-weight:100 !important;
	}
	
#ce .ce02 .ce_lbox{
	width:290px;
}	
	
#ce .ce02 .ce_box h3{
	color:#1285b4;
	}
	
#ce .ce02 .box_txt{
	border:2px solid #1285b4;
	}
	
#ce .ce02 .box_txt h4{
	color:#1285b4;
	}
#ce .ce02 .ce_shosai{
	
	background:#1285b4;
	}



/*ce03*/	

	
#ce .ce03 .ce_tit{
	width:100%;
	background:#2d850a;
	padding:30px 0 0;
	position:relative;
	}
	

#ce .ce03{
	position:relative;
	}
#ce .ce03 .arrow_03{
    display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	z-index:100;
	box-sizing:border-box;
	border-bottom: 80px solid transparent;
	border-top: 0px solid transparent;
}
	

#ce .ce03 .ce_tit:after{
    content: "";
    display: block;
	position: absolute;
	right:0;
	top:100%;
	height:80px;
	width:1px;
	background:#2d850a;
	
	}

#ce .ce03 .ce_lbox{
	width:475px;
	}
#ce .ce03 .ce_lbox p{
	font-size:14px;
	line-height:30px;
	color:#1b1b1b;
	font-weight:bold;
	letter-spacing:-0.025em !important;
	}
#ce .ce03 .ce_lbox div{
	background:#e6fddc;
	padding:18px 18px 24px 23px;
	box-sizing:border-box;
	margin-top:27px;
	}
#ce .ce03 .ce_lbox div h4{
	font-size:18px;
	line-height:38px;
	color:#2d850a;
	font-weight:bold;
	}
#ce .ce03 .ce_lbox div p{
	font-weight:100 !important;
	}
	
#ce .ce03 .ce_rbox{
	width:490px;
}	
	
#ce .ce03 .ce_box h3{
	color:#2d850a;
	}
	
#ce .ce03 .box_txt{
	border:2px solid #2d850a;
	}
	
#ce .ce03 .box_txt h4{
	color:#2d850a;
	}
#ce .ce03 .ce_shosai{
	
	background:#2d850a;
	}




/*ce04*/	

	
#ce .ce04 .ce_tit{
	width:100%;
	background:#e49b1a;
	padding:30px 0 0;
	position:relative;
	}
	

#ce .ce04{
	position:relative;
	}
#ce .ce04 .arrow_04{
    display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	z-index:100;
	box-sizing:border-box;
	border-bottom: 80px solid transparent;
	border-top: 0px solid transparent;
}
	

#ce .ce04 .ce_tit:after{
    content: "";
    display: block;
	position: absolute;
	right:0;
	top:100%;
	height:80px;
	width:1px;
	background:#e49b1a;
	
	}

#ce .ce04 .ce_rbox{
	width:470px;
	}
#ce .ce04 .ce_rbox p{
	font-size:14px;
	line-height:30px;
	color:#1b1b1b;
	font-weight:bold;
	letter-spacing:-0.025em !important;
	padding-top:91px;
	}
#ce .ce04 .ce_rbox div p{
	font-weight:100 !important;
	}
	
#ce .ce04 .ce_lbox{
	width:490px;
}	
	
#ce .ce04 .ce_box h3{
	color:#e49b1a;
	}
	
#ce .ce04 .box_txt{
	border:2px solid #e49b1a;
	padding:45px 30px 30px;
	box-sizing:border-box;
	}
	
#ce .ce04 .box_txt h4{
	color:#1b1b1b;
	font-size:22px;
	}
	
	
#ce .ce04 .box_txt h4:after{
	content:"";
	display:block;
	width:50px;
	height:3px;
	margin:20px auto 35px;
	background:#e49b1a;
	}

#ce .ce04 .box_txt ul{
	width:100%;
	width:95%\9;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	
	}
#ce .ce04 .box_txt ul li{
	width:213px;
	margin-bottom:17px;
	letter-spacing:-0.025em;
	line-height:23px;
	text-align:center;
	font-weight:bold;
	}
	
	
#ce .ce04 .box_txt ul li img{
	
	margin-bottom:20px;
	}
	
#ce .ce04 .ce_shosai{
	
	background:#e49b1a;
	}



/*ce05*/	
	
#ce .ce05 .ce_tit{
	width:100%;
	background:#990e35;
	padding:30px 0 0;
	position:relative;
	}
	

#ce .ce05{
	position:relative;
	}
#ce .ce05 .arrow_05{
    display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	z-index:100;
	box-sizing:border-box;
	border-bottom: 80px solid transparent;
	border-top: 0px solid transparent;
}
	

#ce .ce05 .ce_tit:after{
    content: "";
    display: block;
	position: absolute;
	right:0;
	top:100%;
	height:80px;
	width:1px;
	background:#990e35;
	
	}

#ce .ce05 .ce_lbox{
	width:475px;
	}
#ce .ce05 .ce_lbox p{
	font-size:14px;
	line-height:30px;
	color:#1b1b1b;
	font-weight:bold;
	letter-spacing:-0.025em !important;
	}
#ce .ce05 .ce_lbox div{
	background:#ffe9e9;
	padding:18px 18px 24px 23px;
	box-sizing:border-box;
	margin-top:10px;
	}
#ce .ce05 .ce_lbox div h4{
	font-size:18px;
	line-height:38px;
	color:#990e35;
	font-weight:bold;
	}
#ce .ce05 .ce_lbox div p{
	font-weight:100 !important;
	}
	
#ce .ce05 .ce_rbox{
	width:500px;
}	
	
#ce .ce05 .ce_box h3{
	color:#990e35;
	}
	
#ce .ce05 .box_txt{
	border:2px solid #990e35;
	}
	
#ce .ce05 .box_txt h4{
	color:#990e35;
	}
#ce .ce05 .ce_shosai{
	background:#990e35;
	}



/*ce06*/	

#ce .ce06 .ce_tit{
	width:100%;
	background:#1f4f90;
	padding:30px 0 0;
	position:relative;
	}
	

#ce .ce06{
	position:relative;
	}
#ce .ce06 .arrow_06{
    display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	z-index:100;
	box-sizing:border-box;
	border-bottom: 80px solid transparent;
	border-top: 0px solid transparent;
}
	

#ce .ce06 .ce_tit:after{
    content: "";
    display: block;
	position: absolute;
	right:0;
	top:100%;
	height:80px;
	width:1px;
	background:#1f4f90;
	
	}

#ce .ce06 .ce_rbox{
	width:470px;
	}
#ce .ce06 .ce_rbox p{
	font-size:14px;
	line-height:30px;
	color:#1b1b1b;
	font-weight:bold;
	letter-spacing:-0.025em !important;
	}
#ce .ce06 .ce_rbox div{
	background:#eaf3ff;
	padding:16px 30px 24px;
	box-sizing:border-box;
	margin-top:32px;
	}
#ce .ce06 .ce_rbox div h4{
	font-size:18px;
	line-height:38px;
	color:#1f4f90;
	font-weight:bold;
	}
#ce .ce06 .ce_rbox div p{
	font-weight:100 !important;
	}
	
#ce .ce06 .ce_lbox{
	width:490px;
}	
	
#ce .ce06 .ce_box h3{
	color:#1f4f90;
	}
	
#ce .ce06 .box_txt{
	border:2px solid #1f4f90;
	}
	
#ce .ce06 .box_txt h4{
	color:#1f4f90;
	}
#ce .ce06 .ce_shosai{
	background:#1f4f90;
	}
.ce06{
	
	padding:0 0 105px;
	}


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

#ce .ce_box{
	width:100%;
	margin:0 auto;
	padding:80px 20px 0;
	box-sizing:border-box;
	}
#ce .ce_wrap h1{
	width:100%;
	padding:0 20px;
	box-sizing:border-box;
	}
	
#ce .ce01 .ce_lbox,
#ce .ce01 .ce_rbox,
#ce .ce02 .ce_lbox,
#ce .ce02 .ce_rbox,
#ce .ce03 .ce_lbox,
#ce .ce03 .ce_rbox,
#ce .ce04 .ce_lbox,
#ce .ce04 .ce_rbox,
#ce .ce05 .ce_lbox,
#ce .ce05 .ce_rbox,
#ce .ce06 .ce_lbox,
#ce .ce06 .ce_rbox{
	float:none;
	width:100%;
	}
	
#ce .ce01 .ce_lbox div,
#ce .ce02 .ce_rbox div,
#ce .ce03 .ce_lbox div,
#ce .ce05 .ce_lbox div,
#ce .ce06 .ce_rbox div{
	margin:15px 0 30px;
	}
	
#ce .ce04 .ce_rbox p{
	padding-top:0px;
	margin:0 0 30px;
	}

#ce .ce04 .box_txt ul{
	margin-left:-10px\9;
	}
#ce .ce04 .box_txt ul li{
	width:30%;
	}
	
#ce .ce04 .box_txt ul::after{
	width:30%;
  content:"";
  display: block;	
	}
	
	}
	

@media screen and ( max-width: 720px ) {
.ce_wrap{
	
	padding:0 0 45px;
	}
	
.ce06{
	
	padding:0 0 50px;
	}
#ce{
	padding:40px 0 0;
	}
#ce h1{
	font-size:30px;
	
	}

#ce h2{
	font-size:11px;
	line-height:11px;
	margin:5px 0 20px;
	}
	


#ce .ce_box{
	padding:40px 15px 0;
	}

#ce .ce01 .ce_tit,
#ce .ce02 .ce_tit,
#ce .ce03 .ce_tit,
#ce .ce04 .ce_tit,
#ce .ce05 .ce_tit,
#ce .ce06 .ce_tit{
	padding:12px 0 12px;
	}
	
	
#ce .ce01 .arrow_01,
#ce .ce02 .arrow_02,
#ce .ce03 .arrow_03,
#ce .ce04 .arrow_04,
#ce .ce05 .arrow_05,
#ce .ce06 .arrow_06{
	border-bottom: 30px solid transparent;
}

#ce .ce01 .ce_tit:after,
#ce .ce02 .ce_tit:after,
#ce .ce03 .ce_tit:after,
#ce .ce04 .ce_tit:after,
#ce .ce05 .ce_tit:after,
#ce .ce06 .ce_tit:after{
	height:30px;
	}
#ce .ce_wrap h1{
	font-size:18px;
	line-height:20px;
	}
.ce_wrap h1 span{
	font-size:27px;
	padding-right:12px;
	line-height:20px;
	}



#ce .ce_box h2{
	font-size:15px;
	line-height:20px;
	margin-bottom:5px;
	}

#ce .ce_box h3{
	font-size:11px;
	font-weight:bold;
	line-height:17px;
	text-align:center;
	margin:0 0 17px;
	}
#ce .ce01 .ce_lbox p,
#ce .ce02 .ce_rbox p,
#ce .ce03 .ce_lbox p,
#ce .ce04 .ce_rbox p,
#ce .ce05 .ce_lbox p,
#ce .ce06 .ce_rbox p{
	font-size:11px;
	line-height:22px;
	}
#ce .ce01 .ce_lbox div,
#ce .ce02 .ce_rbox div,
#ce .ce03 .ce_lbox div,
#ce .ce05 .ce_lbox div,
#ce .ce06 .ce_rbox div{
	padding:15px 10px;
	margin:15px 0 25px;
	}
	
#ce .ce04 .ce_rbox div p{
	margin:0 0 20px;
	
	}
#ce .ce01 .ce_lbox div p,
#ce .ce02 .ce_rbox div p,
#ce .ce03 .ce_lbox div p,
#ce .ce05 .ce_lbox div p,
#ce .ce06 .ce_rbox div p{
	font-weight:nomal;
	}
	
#ce .ce01 .ce_lbox div h4,
#ce .ce02 .ce_rbox div h4,
#ce .ce03 .ce_lbox div h4,
#ce .ce04 .ce_rbox div h4,
#ce .ce05 .ce_lbox div h4,
#ce .ce06 .ce_rbox div h4{
	font-size:13px;
	line-height:13px;
	text-align:center;
	margin-bottom:7px;
}
	
#ce .ce_box .box_txt{
	width:100%;
	padding:15px 10px 10px;
	margin:25px auto 22px;
	}
#ce .ce_box .box_txt h4{
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
	}
	
#ce .ce_box .box_txt p{
	font-size:11px;
	line-height:22px;
	text-align:left;
	}
#ce .ce_box .ce_shosai{
	width:100%;
	height:50px;
	font-size:14px;
	padding:18px 0 0;
	}

#ce .ce_box .ce_shosai:after{
    content: "";
    display: block;
	position: absolute;
	width:9px;
	height:12px;
	right:20px;
	top:18px;	
	}
	
	
#ce .ce04 .box_txt h4{
	font-size:14px;
	}
#ce .ce04 .box_txt h4:after{
	width:30px;
	height:2px;
	margin:10px auto 0;
	}
#ce .ce04 .box_txt ul li{
	width:48%;
	font-size:11px;
	line-height:17px;
	}
	

#ce .ce04 .box_txt ul::after{
  display:none;	
	}
	
	
	}
/* ==========================================================================
	安全
========================================================================== */

#whats{
	position:relative;
	z-index:105;
	width:100%;
	background:url("https://sakurahp.or.jp/sakurahp-recruit/pharmacist/image/whats_bg.jpg") bottom center no-repeat;
	padding:65px 0 0;
  box-sizing:border-box;
  
}

#whats h1{
	position:relative;
	width:386px;
	margin:0 auto;
	}

#whats h2{
	position:relative;
	width:700px;
	text-align:center;
	font-size:15.39px;
	font-weight:bold;
	margin:22px auto 40px;
	line-height:15.39px;
	}


#whats div{
	width:100%;
	margin:0 auto;
	max-width:1000px;
	}

#whats .shosai_btn1{
	width:145px;
	height:40px;
	font-size:14px;
	box-sizing:border-box;
	}
@media screen and ( max-width: 720px ) {
	
#whats{
	position:relative;
	z-index:105;
	width:100%;
	padding:10% 0 0 0;
	background:#F6F1F7;
  box-sizing:border-box;
}
#whats h1{
	width:65%;
	}
#whats h2{
	position:relative;
	width:100%;
	box-sliging:border-box;
	text-align:center;
	font-weight:bold;
	margin:4% auto 6.2%;
	line-height:10px;
	letter-spacing:0.025rem;
	}
#whats div{
	width:100%;
	}
	
#whats .shosai_btn1{
	position:relative;
	display:block;
	width:134px;
	height:34px;
	font-size:11px; 
	padding-top:9px;
	font-weight:bold;
	border:2px solid #333;
	}
	}

@media screen and ( max-width: 550px ) {
#whats h2{
	font-size:13px;
	font-weight:bold;
	margin:4% auto 6.2%;
	line-height:14px;
	}
	}

@media screen and ( max-width: 400px ) {
#whats h2{
	font-size:11px;
	font-weight:bold;
	margin:4% auto 6.2%;
	line-height:10px;
	}
	
	}
	
	
	


/* ==========================================================================
	フッターバナー
========================================================================== */
#hasei_ftbnr{
	position:relative;
	width:1000px;
	height:0;
	margin:0 auto;
	z-index:1000;
	}
.foot_bnr{
	width:221px;
	height:66px;
	position:absolute;
	border:2px solid #231d1f;
	bottom:-34px;
	left:-38px;
}

@media screen and ( max-width: 1080px ) {
#hasei_ftbnr{
width:100%;
}
	
.foot_bnr{
	left:10px;
	}

	}
@media screen and ( max-width: 720px ) {
#hasei_ftbnr{
	width:100%;
	height:96px;
	background:#f9f7f4;
}
.foot_bnr{
	width:130px;
	height:40px;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	}

	
}